Fixed not disabling editing when updating.
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user