Fixed Some Bugs
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
---
|
||||
import Form from "../components/Form.astro";
|
||||
import Field from "../components/Field.astro";
|
||||
import Base from "../layouts/Base.astro";
|
||||
import ComponentLayout from "../layouts/ComponentLayout.astro";
|
||||
---
|
||||
|
||||
<Base class="wr:p-4">
|
||||
<ComponentLayout class="wr:p-4">
|
||||
<Form
|
||||
title="Create Project"
|
||||
description="Fields marked * are required."
|
||||
@@ -69,7 +69,7 @@ import Base from "../layouts/Base.astro";
|
||||
class="wr:sm:col-span-2"
|
||||
/>
|
||||
</Form>
|
||||
</Base>
|
||||
</ComponentLayout>
|
||||
|
||||
<script>
|
||||
import { z } from "zod";
|
||||
|
||||
Reference in New Issue
Block a user