mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(site): double input box for logo url (#9926)
This commit is contained in:
-7
@@ -125,13 +125,6 @@ export const AppearanceSettingsPageView = ({
|
||||
onSubmit={logoForm.handleSubmit}
|
||||
button={!isEntitled && <Button disabled>Submit</Button>}
|
||||
>
|
||||
<TextField
|
||||
{...logoFieldHelpers("application_name")}
|
||||
defaultValue={appearance.application_name}
|
||||
fullWidth
|
||||
placeholder='Leave empty to display "Coder".'
|
||||
disabled={!isEntitled}
|
||||
/>
|
||||
<TextField
|
||||
{...logoFieldHelpers("logo_url")}
|
||||
defaultValue={appearance.logo_url}
|
||||
|
||||
Reference in New Issue
Block a user