diff --git a/src/components/SetupKeyNew.tsx b/src/components/SetupKeyNew.tsx index 9b3c462..0b78f34 100644 --- a/src/components/SetupKeyNew.tsx +++ b/src/components/SetupKeyNew.tsx @@ -78,7 +78,7 @@ const SetupKeyNew = () => { return { id: formSetupKey.id, name: formSetupKey.name, - type: formSetupKey.type ? formSetupKey.type : "reusable", + type: formSetupKey.type ? formSetupKey.type : "one-off", auto_groups: existingGroups, revoked: formSetupKey.revoked, groupsToCreate: groupsToCreate,