style: format

This commit is contained in:
laurejablonski 2025-04-06 15:28:09 +02:00
parent c47f84ed70
commit dd08738f99
2 changed files with 7 additions and 9 deletions

View file

@ -82,7 +82,6 @@
return true;
}
return t("invalidFormat");
},
];
@ -118,7 +117,7 @@
snackbar.value.message = message;
snackbar.value.color = color;
snackbar.value.visible = true;
};
}
</script>
<template>
<main>

View file

@ -92,7 +92,6 @@
// reload the table with classes
await refetch();
} catch (e: any) {
showSnackbar(t("wrong"), "error");
}