chore(FE): rm unused func

This commit is contained in:
Michael 2025-03-31 01:49:17 +02:00
parent 4a7f9604aa
commit c0c4793cee

View file

@ -71,10 +71,6 @@ const resetItemEdited = () => {
showCreateEditMode.value = false;
showInstanceCreateEditMode.value = false;
}
const saveShow = () => {
}
</script>
<template>