mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 09:47:10 +00:00
chore: using text type as url field
This commit is contained in:
parent
220eafbda5
commit
1660a62399
@ -9,7 +9,7 @@ export class UrlFieldInterface extends CollectionFieldInterface {
|
||||
order = 5;
|
||||
title = '{{t("URL")}}';
|
||||
default = {
|
||||
type: 'string',
|
||||
type: 'text',
|
||||
uiSchema: {
|
||||
type: 'string',
|
||||
'x-component': 'Input.URL',
|
||||
|
Loading…
Reference in New Issue
Block a user