mirror of
https://github.com/directus/directus.git
synced 2026-02-18 06:31:27 -05:00
Interface many to one (#524)
* Start on m2o * Render preview in m2o * Add icons * Style inline icons * Add editing modal * Disable any linter * Add add-new button * Pass existing selection on to layout * Update v-table to allow for keys-only-selection * Fix batch on tabular
This commit is contained in:
@@ -119,7 +119,6 @@ type Item = {
|
||||
value: string;
|
||||
};
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
type ItemsRaw = (string | any)[];
|
||||
type InputValue = string[] | string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user