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