diff --git a/apps/web/src/components/LabelForm.tsx b/apps/web/src/components/LabelForm.tsx index b72763c7..fbcc5556 100644 --- a/apps/web/src/components/LabelForm.tsx +++ b/apps/web/src/components/LabelForm.tsx @@ -39,7 +39,7 @@ export function LabelForm({ labelPublicId: entityId, }, { - enabled: isEdit && entityId.length >= 12, + enabled: !!isEdit && entityId.length >= 12, }, );