chore: validate external link (#1069)

This commit is contained in:
boojack
2023-02-11 17:34:29 +08:00
committed by GitHub
parent e0f4cb06b3
commit b11d2130a0
2 changed files with 11 additions and 14 deletions

View File

@@ -194,7 +194,7 @@ const CreateResourceDialog: React.FC<Props> = (props: Props) => {
</Typography>
<Input
className="mb-2"
placeholder="File link"
placeholder="https://the.link.to/your/resource"
value={resourceCreate.externalLink}
onChange={handleExternalLinkChanged}
fullWidth