release v2.0.0 #4

Merged
crimsen merged 481 commits from develop into master 2024-01-18 15:15:08 +00:00
1 changed files with 7 additions and 2 deletions
Showing only changes of commit 967458a51b - Show all commits

View File

@ -177,9 +177,14 @@ export default defineComponent({
const avatar = ref<string>('');
function onAvatarRejected() {
Notify.create({
color: 'negative',
message: 'Ungültige Bilddatei',
group: false,
type: 'negative',
message: 'Datei zu groß oder keine gültige Bilddatei.',
timeout: 10000,
progress: true,
actions: [{ icon: 'mdi-close', color: 'white' }],
});
avatar.value = '';
}
const allRoles = computed(() =>