Test editor create

This commit is contained in:
2024-02-21 15:51:10 +08:00
parent 7f3196afef
commit 5c1ce7ae3d
2 changed files with 7 additions and 9 deletions

View File

@@ -3,6 +3,7 @@
generator client {
provider = "prisma-client-js"
engineType = "binary"
}
datasource db {

View File

@@ -27,14 +27,14 @@ export default function Job_Create() {
return (
<>
<Stack px={"sm"}>
{/* <Stack px={"sm"}>
<Stack align="center">
<Image alt="" src={"/aset/no-file.png"} mah={500} maw={200} />
<Button radius={"xl"} w={100}>
<IconCamera />
</Button>
</Stack>
{/* <Stack>
<Stack>
{ambil.map((v, k) => (
<Text key={k}> {v}</Text>
))}
@@ -59,19 +59,16 @@ export default function Job_Create() {
}}
/>
<Textarea
minRows={5}
minRows={5}
withAsterisk
label="Deskripsi"
placeholder="Lokasi, Alamat Email, Nomor yang dapat dihubungi"
onChange={(val) => {}}
/>
</Stack> */}
</Stack>
{/* <ButtonAction /> */}
</Stack>
<ButtonAction />
</Stack> */}
</>
);
}