We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99252a5 commit 2392cf3Copy full SHA for 2392cf3
src/app/create/[id]/createBlueprintSteps/PatternDetails.tsx
@@ -35,6 +35,7 @@ const PatternDetails = ({
35
const validationErrors = useCreateBlueprintStore((state) => state.validationErrors);
36
const [isFileUploading, setIsFileUploading] = useState(false);
37
38
+ const { isAdmin } = useAuthStore();
39
const { setField } = store;
40
41
const [isCheckExistingBlueprintLoading, setIsCheckExistingBlueprintLoading] = useState(false);
0 commit comments