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