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 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>
|
||||||
|
|
|
@ -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");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue