Compare commits
1 Commits
feat/get-l
...
fix/slug-l
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f85bbc4584 |
@@ -39,7 +39,7 @@ export function LabelForm({
|
|||||||
labelPublicId: entityId,
|
labelPublicId: entityId,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
enabled: !!isEdit && entityId.length >= 12,
|
enabled: isEdit && !!entityId,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user