chore: removed unused grid control in grid
This commit is contained in:
parent
6990723ee5
commit
789160fddc
@ -81,12 +81,6 @@
|
|||||||
field.onChange && field.onChange(data, index)
|
field.onChange && field.onChange(data, index)
|
||||||
"
|
"
|
||||||
/>
|
/>
|
||||||
<Grid
|
|
||||||
v-else-if="field.type === 'Table'"
|
|
||||||
v-model="data[field.name]"
|
|
||||||
:fields="field.fields || []"
|
|
||||||
:gridFields="field.gridFields || []"
|
|
||||||
/>
|
|
||||||
<div
|
<div
|
||||||
v-else-if="field.type === 'Check'"
|
v-else-if="field.type === 'Check'"
|
||||||
class="flex h-full justify-center items-center"
|
class="flex h-full justify-center items-center"
|
||||||
@ -248,7 +242,6 @@
|
|||||||
import EditIcon from '@/components/Icons/EditIcon.vue'
|
import EditIcon from '@/components/Icons/EditIcon.vue'
|
||||||
import FieldLayout from '@/components/FieldLayout.vue'
|
import FieldLayout from '@/components/FieldLayout.vue'
|
||||||
import Link from '@/components/Controls/Link.vue'
|
import Link from '@/components/Controls/Link.vue'
|
||||||
import Grid from '@/components/Controls/Grid.vue'
|
|
||||||
import { GridColumn, GridRow } from '@/types/controls'
|
import { GridColumn, GridRow } from '@/types/controls'
|
||||||
import { getRandom, getFormat } from '@/utils'
|
import { getRandom, getFormat } from '@/utils'
|
||||||
import {
|
import {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user