feat(dashboard): handle API errors and enhance translations
This commit is contained in:
@@ -24,7 +24,7 @@ ChartJS.register(
|
||||
|
||||
export interface PricePoint {
|
||||
label: string;
|
||||
value: number;
|
||||
value: number | null;
|
||||
}
|
||||
|
||||
const props = defineProps<{
|
||||
|
||||
Reference in New Issue
Block a user