Skip to content

Commit f7879a1

Browse files
committed
fix form value name
1 parent da20aee commit f7879a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/CreateTemplatePage/CreateTemplateForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export const CreateTemplateForm: FC<CreateTemplateFormProps> = (props) => {
233233

234234
{showOrganizationPicker && (
235235
<OrganizationAutocomplete
236-
{...getFieldHelpers("organization_id")}
236+
{...getFieldHelpers("organization")}
237237
required
238238
label="Belongs to"
239239
value={selectedOrg}

0 commit comments

Comments
 (0)