Skip to content

Commit

Permalink
Enter Key Press now working on create password
Browse files Browse the repository at this point in the history
  • Loading branch information
surajpathakcs committed Dec 20, 2024
1 parent 9df5366 commit f345112
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/controlModals/create-new-site.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,14 @@ export function CreateNewSite({ params }: CreateSiteProps) {
)}
</div>
</div>
</form>
</CardContent>
<CardFooter className="flex gap-2">
<Button type="submit" onClick={handleSubmit}>Create</Button>
<CardFooter className="flex gap-2 mt-4">
<Button type="submit">Create</Button>
<Link href="/">
<Button type="button" variant="outline">Cancel</Button>
</Link>
</CardFooter>
</form>
</CardContent>
</Card>
)}
</div>
Expand Down

0 comments on commit f345112

Please sign in to comment.