Skip to content

Commit 6dc62a5

Browse files
committed
fixup ui
1 parent 5d0d2ba commit 6dc62a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/CreateUserPage/CreateUserForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export const CreateUserForm: FC<
9393
password: "",
9494
username: "",
9595
name: "",
96-
organization_id: "00000000-0000-0000-0000-000000000000",
96+
organization_ids: ["00000000-0000-0000-0000-000000000000"],
9797
disable_login: false,
9898
login_type: "",
9999
},

0 commit comments

Comments
 (0)