The create button needs to exist
This commit is contained in:
parent
abedaa8d20
commit
87e8c86497
@ -1,4 +1,5 @@
|
|||||||
import {
|
import {
|
||||||
|
Button,
|
||||||
Container,
|
Container,
|
||||||
FormControl,
|
FormControl,
|
||||||
FormHelperText,
|
FormHelperText,
|
||||||
@ -108,6 +109,9 @@ export default function () {
|
|||||||
not provide one. Max 256 characters.
|
not provide one. Max 256 characters.
|
||||||
</FormHelperText>
|
</FormHelperText>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
|
<Button mt="16px" onClick={async () => await createLink()}>
|
||||||
|
Create
|
||||||
|
</Button>
|
||||||
</Container>
|
</Container>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user