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

View file

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