mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:58:07 +08:00
Merge pull request #5090 from allenve/master
fix: crud2 CRUD2TableSchema mode value
This commit is contained in:
commit
f6d04a14d8
@ -183,7 +183,7 @@ export type CRUD2ListSchema = CRUD2CommonSchema & {
|
||||
} & Omit<ListSchema, 'type'>;
|
||||
|
||||
export type CRUD2TableSchema = CRUD2CommonSchema & {
|
||||
mode?: 'table';
|
||||
mode?: 'table-v2';
|
||||
} & Omit<TableSchema, 'type'>;
|
||||
|
||||
export type CRUD2Schema = CRUD2CardsSchema | CRUD2ListSchema | CRUD2TableSchema;
|
||||
|
Loading…
Reference in New Issue
Block a user