Refactor Field Inputs (#3658)
* Rename field to record-field folder * Simplify FieldInput * Fix perfs * Fixes * Fixes * Fix tests * Fix tests
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { CurrencyCode } from '@/object-record/field/types/CurrencyCode';
|
||||
import { CurrencyCode } from '@/object-record/record-field/types/CurrencyCode';
|
||||
import {
|
||||
IconCurrencyDollar,
|
||||
IconCurrencyEuro,
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import { CurrencyCode } from '@/object-record/field/types/CurrencyCode';
|
||||
import { CurrencyCode } from '@/object-record/record-field/types/CurrencyCode';
|
||||
import {
|
||||
IconCalendarEvent,
|
||||
IconCheck,
|
||||
|
||||
Reference in New Issue
Block a user