style: format
This commit is contained in:
parent
c47f84ed70
commit
dd08738f99
2 changed files with 7 additions and 9 deletions
|
@ -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>
|
||||
|
|
|
@ -92,7 +92,6 @@
|
|||
|
||||
// reload the table with classes
|
||||
await refetch();
|
||||
|
||||
} catch (e: any) {
|
||||
showSnackbar(t("wrong"), "error");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue