Skip to content

Commit 21588f3

Browse files
committed
setting isURLField to true
1 parent 3e4c662 commit 21588f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Source/CreateSource/fieldLists/createSourceForm.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const createSourceForm: FormField[] = [
55
fieldName: "source",
66
type: "text",
77
defaultValue: "",
8+
isURLField: true,
89
}),
910
];
1011

0 commit comments

Comments
 (0)