mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-02 03:02:19 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
b89901e0d9
@ -83,7 +83,6 @@ export class SqlCollectionTemplate extends CollectionTemplate {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
...getConfigurableProperties('category'),
|
|
||||||
filterTargetKey: {
|
filterTargetKey: {
|
||||||
title: `{{ t("Record unique key")}}`,
|
title: `{{ t("Record unique key")}}`,
|
||||||
type: 'single',
|
type: 'single',
|
||||||
@ -95,5 +94,6 @@ export class SqlCollectionTemplate extends CollectionTemplate {
|
|||||||
},
|
},
|
||||||
'x-reactions': ['{{useAsyncDataSource(loadFilterTargetKeys)}}'],
|
'x-reactions': ['{{useAsyncDataSource(loadFilterTargetKeys)}}'],
|
||||||
},
|
},
|
||||||
|
...getConfigurableProperties('category', 'description'),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user