Fixed not disabling editing when updating.

This commit is contained in:
2026-02-02 03:32:51 +01:00
parent 2ab51420dc
commit 2fb74839e4
@@ -28,6 +28,7 @@
function disableEdit() { function disableEdit() {
name.value = JSON.parse(JSON.stringify(props.label.name)); name.value = JSON.parse(JSON.stringify(props.label.name));
edit.value = false;
} }
async function updateLabel() { async function updateLabel() {