refactor: DecoratedInput and add DecoratedPasswordInput (#953)

This commit is contained in:
Aman Harwara
2022-03-26 15:26:36 +05:30
committed by GitHub
parent 03f707ee63
commit dc3dcfba2b
14 changed files with 210 additions and 280 deletions

View File

@@ -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);
}}