mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: validate external link (#1069)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user