Test editor create
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
generator client {
|
generator client {
|
||||||
provider = "prisma-client-js"
|
provider = "prisma-client-js"
|
||||||
|
engineType = "binary"
|
||||||
}
|
}
|
||||||
|
|
||||||
datasource db {
|
datasource db {
|
||||||
|
|||||||
@@ -27,14 +27,14 @@ export default function Job_Create() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Stack px={"sm"}>
|
{/* <Stack px={"sm"}>
|
||||||
<Stack align="center">
|
<Stack align="center">
|
||||||
<Image alt="" src={"/aset/no-file.png"} mah={500} maw={200} />
|
<Image alt="" src={"/aset/no-file.png"} mah={500} maw={200} />
|
||||||
<Button radius={"xl"} w={100}>
|
<Button radius={"xl"} w={100}>
|
||||||
<IconCamera />
|
<IconCamera />
|
||||||
</Button>
|
</Button>
|
||||||
</Stack>
|
</Stack>
|
||||||
{/* <Stack>
|
<Stack>
|
||||||
{ambil.map((v, k) => (
|
{ambil.map((v, k) => (
|
||||||
<Text key={k}> {v}</Text>
|
<Text key={k}> {v}</Text>
|
||||||
))}
|
))}
|
||||||
@@ -59,19 +59,16 @@ export default function Job_Create() {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<Textarea
|
<Textarea
|
||||||
minRows={5}
|
minRows={5}
|
||||||
withAsterisk
|
withAsterisk
|
||||||
label="Deskripsi"
|
label="Deskripsi"
|
||||||
placeholder="Lokasi, Alamat Email, Nomor yang dapat dihubungi"
|
placeholder="Lokasi, Alamat Email, Nomor yang dapat dihubungi"
|
||||||
onChange={(val) => {}}
|
onChange={(val) => {}}
|
||||||
/>
|
/>
|
||||||
</Stack> */}
|
</Stack>
|
||||||
|
|
||||||
|
<ButtonAction />
|
||||||
|
</Stack> */}
|
||||||
|
|
||||||
{/* <ButtonAction /> */}
|
|
||||||
</Stack>
|
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user