Fixed not disabling editing when updating.
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
|
||||
function disableEdit() {
|
||||
name.value = JSON.parse(JSON.stringify(props.label.name));
|
||||
edit.value = false;
|
||||
}
|
||||
|
||||
async function updateLabel() {
|
||||
|
||||
Reference in New Issue
Block a user