refactor: DecoratedInput and add DecoratedPasswordInput (#953)
This commit is contained in:
@@ -112,7 +112,7 @@ export const Extensions: FunctionComponent<{
|
||||
<Title>Install Custom Extension</Title>
|
||||
<DecoratedInput
|
||||
placeholder={'Enter Extension URL'}
|
||||
text={customUrl}
|
||||
value={customUrl}
|
||||
onChange={(value) => {
|
||||
setCustomUrl(value);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user