Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
The create button needs to exist
  • Loading branch information
regalijan committed Nov 1, 2024
1 parent abedaa8 commit 87e8c86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/routes/short-links_.create.tsx
@@ -1,4 +1,5 @@
import {
Button,
Container,
FormControl,
FormHelperText,
Expand Down Expand Up @@ -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>
);
}

0 comments on commit 87e8c86

Please sign in to comment.