mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Undo sync test
This commit is contained in:
@@ -206,8 +206,6 @@ export default defineComponent({
|
||||
},
|
||||
fontFamily: 'var(--family-sans-serif)',
|
||||
foreColor: 'var(--foreground-subdued)',
|
||||
id: props.id,
|
||||
group: props.dashboard,
|
||||
},
|
||||
series: [],
|
||||
stroke: {
|
||||
@@ -285,7 +283,6 @@ export default defineComponent({
|
||||
formatter: (value: number) => {
|
||||
return value > 10000 ? abbreviateNumber(value, 1) : n(value);
|
||||
},
|
||||
minWidth: 40,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user