mirror of
https://github.com/directus/directus.git
synced 2026-02-02 21:05:05 -05:00
Remove limit from metric
This commit is contained in:
@@ -65,16 +65,16 @@ export default definePanel({
|
||||
},
|
||||
},
|
||||
{
|
||||
field: 'limit',
|
||||
field: 'decimals',
|
||||
type: 'integer',
|
||||
name: '$t:limit',
|
||||
schema: {
|
||||
default_value: 100,
|
||||
},
|
||||
name: '$t:decimals',
|
||||
meta: {
|
||||
interface: 'input',
|
||||
width: 'half',
|
||||
},
|
||||
schema: {
|
||||
default_value: 2,
|
||||
},
|
||||
},
|
||||
{
|
||||
field: 'sortField',
|
||||
@@ -139,18 +139,6 @@ export default definePanel({
|
||||
width: 'half',
|
||||
},
|
||||
},
|
||||
{
|
||||
field: 'decimals',
|
||||
type: 'integer',
|
||||
name: '$t:decimals',
|
||||
meta: {
|
||||
interface: 'input',
|
||||
width: 'half',
|
||||
},
|
||||
schema: {
|
||||
default_value: 2,
|
||||
},
|
||||
},
|
||||
],
|
||||
minWidth: 16,
|
||||
minHeight: 6,
|
||||
|
||||
@@ -59,7 +59,6 @@ export default defineComponent({
|
||||
},
|
||||
filter: props.options.filter,
|
||||
sort: sort,
|
||||
limit: props.options.limit ?? 100,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user