You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/app/(dynamic-pages)/(authenticated-pages)/(application-pages)/org/[organizationId]/(specific-organization-pages)/settings/EditOrganizationForm.tsx
-23
Original file line number
Diff line number
Diff line change
@@ -62,13 +62,6 @@ export function EditOrganizationForm({
62
62
mutate(values);
63
63
}
64
64
65
-
functiononReset(){
66
-
form.reset({
67
-
organizationTitle: initialTitle,
68
-
organizationSlug: initialSlug,
69
-
});
70
-
}
71
-
72
65
return(
73
66
<motion.div
74
67
initial={{opacity: 0,y: 20}}
@@ -105,22 +98,6 @@ export function EditOrganizationForm({
105
98
</FormItem>
106
99
)}
107
100
/>
108
-
<FormField
109
-
control={form.control}
110
-
name="organizationSlug"
111
-
render={({ field })=>(
112
-
<FormItem>
113
-
<FormLabel>Organization Slug</FormLabel>
114
-
<FormControl>
115
-
<Input{...field}/>
116
-
</FormControl>
117
-
<FormDescription>
118
-
This is the slug that will be displayed in the URL.
Copy file name to clipboardexpand all lines: src/app/(dynamic-pages)/(authenticated-pages)/(application-pages)/org/[organizationId]/(specific-organization-pages)/settings/layout.tsx
+6-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,12 @@ export default async function OrganizationSettingsLayout({
0 commit comments