feat(dashboard): handle API errors and enhance translations
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
defineProps<{
|
||||
message: string;
|
||||
}>();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="rounded-xl bg-red-300 p-2 font-semibold text-red-900 shadow-md">
|
||||
{{ message }}
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user