chore: fix types

This commit is contained in:
Henry
2024-08-28 10:55:43 +01:00
parent 583256a46b
commit 74283a96f8

View File

@@ -103,7 +103,7 @@ export function LabelForm({
if (isEdit) {
updateLabel.mutate({
publicId: label.data?.publicId || "",
publicId: label.data?.publicId ?? "",
name: values.name,
colourCode: values.colour.code,
});