Skip to content

Commit

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

0 comments on commit 350ce16

Please sign in to comment.