mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 21:49:25 +08:00
fix(plugin-file-manager): fix file template column type (#6294)
This commit is contained in:
parent
80633ce079
commit
99a0b6bea6
@ -88,7 +88,7 @@ export class FileCollectionTemplate extends CollectionTemplate {
|
||||
// '相对路径(含“/”前缀)',
|
||||
{
|
||||
interface: 'input',
|
||||
type: 'string',
|
||||
type: 'text',
|
||||
name: 'path',
|
||||
deletable: false,
|
||||
uiSchema: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user