removed instanceurl field in settings

This commit is contained in:
Chirag Bhalotia 2023-06-25 01:13:44 +05:30
parent 36e9ab352e
commit 60af98a1e7
No known key found for this signature in database
GPG Key ID: F7F1F1FBFFD40427
1 changed files with 0 additions and 10 deletions

View File

@ -112,16 +112,6 @@ function Page() {
Save
</Button>
</div>
<div className="flex items-center w-full gap-4">
<Input
id="instance-url"
withLabel
label="Instance URL"
type="text"
className="w-full"
/>
<Button className="w-20 h-min ">Save</Button>
</div>
<div className="flex gap-4">
<TagInput
tags={settings.imageExtensions}