fix error drone
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
d3abbecd61
commit
3af0ca939a
|
|
@ -97,14 +97,11 @@ export function GaleriDialog({ open, onClose, onSubmit }: any) {
|
||||||
return (
|
return (
|
||||||
<Dialog open={open} onOpenChange={onClose}>
|
<Dialog open={open} onOpenChange={onClose}>
|
||||||
<DialogContent className="max-w-2xl rounded-2xl p-0 overflow-hidden">
|
<DialogContent className="max-w-2xl rounded-2xl p-0 overflow-hidden">
|
||||||
{/* HEADER */}
|
|
||||||
<div className="bg-[#1F6779] text-white px-6 py-4 flex justify-between items-center">
|
<div className="bg-[#1F6779] text-white px-6 py-4 flex justify-between items-center">
|
||||||
<DialogTitle className="text-white">Tambah Galeri</DialogTitle>
|
<DialogTitle className="text-white">Tambah Galeri</DialogTitle>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* BODY */}
|
|
||||||
<div className="px-6 py-6 space-y-6">
|
<div className="px-6 py-6 space-y-6">
|
||||||
{/* Judul */}
|
|
||||||
<div>
|
<div>
|
||||||
<label className="font-medium text-sm">
|
<label className="font-medium text-sm">
|
||||||
Judul Galeri <span className="text-red-500">*</span>
|
Judul Galeri <span className="text-red-500">*</span>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue