Skip to content

Commit 3339de2

Browse files
Merge pull request #2214 from AletheiaFact/fix/source-form-url-validation
fix: ensure source form follows URLPattern logic
2 parents b711ff9 + 21588f3 commit 3339de2

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)