Added optional tag to create account label.
This commit is contained in:
@@ -549,10 +549,12 @@ const ImportAccountDialog = ({
|
|||||||
</Button>
|
</Button>
|
||||||
</DialogTrigger>
|
</DialogTrigger>
|
||||||
<DialogContent aria-describedby={undefined}>
|
<DialogContent aria-describedby={undefined}>
|
||||||
<DialogTitle css={{mb: '$4'}}>{title}</DialogTitle>
|
<DialogTitle css={{ mb: "$4" }}>{title}</DialogTitle>
|
||||||
<Flex column>
|
<Flex column>
|
||||||
<Box css={{ mb: "$2" }}>
|
<Box css={{ mb: "$2" }}>
|
||||||
<Label>Account name</Label>
|
<Label>
|
||||||
|
Account name <Text muted>(optional)</Text>
|
||||||
|
</Label>
|
||||||
<Input
|
<Input
|
||||||
name="name"
|
name="name"
|
||||||
type="text"
|
type="text"
|
||||||
|
|||||||
Reference in New Issue
Block a user