diff --git a/frontend/app/components/label/labelRow.vue b/frontend/app/components/label/labelRow.vue index 4895b2d..6e4d2dc 100644 --- a/frontend/app/components/label/labelRow.vue +++ b/frontend/app/components/label/labelRow.vue @@ -28,6 +28,7 @@ function disableEdit() { name.value = JSON.parse(JSON.stringify(props.label.name)); + edit.value = false; } async function updateLabel() {