hotfix: checkpoint abbreviation

This commit is contained in:
2025-07-11 02:29:41 +02:00
parent 92586fb880
commit 2efa4a4f9a
2 changed files with 2 additions and 4 deletions
-2
View File
@@ -32,8 +32,6 @@ const confirmButtonEl = ref<HTMLButtonElement | null>(null);
watch(
computed(() => store.updateCardOpen),
(val) => {
console.log(val, confirmButtonEl);
if (val) {
confirmButtonEl.value?.focus();
}