fix: update content form

This commit is contained in:
hanif salafi 2025-10-16 09:30:50 +07:00
parent 7b13a09b76
commit 08d438881c
4 changed files with 14 additions and 22 deletions

View File

@ -1810,11 +1810,9 @@ export default function FormAudio() {
)}
</div>
<div className="mt-4">
<Link href={"/contributor/content/audio"}>
<Button type="submit" color="primary" variant="outline">
{t("cancel", { defaultValue: "Cancel" })}
</Button>
</Link>
</div>
</div>
</div>

View File

@ -1740,12 +1740,10 @@ export default function FormImage() {
</Button>
)}
</div>
<div className="mt-4">
<Link href={"/contributor/content/image"}>
<<div className="mt-4">
<Button type="submit" color="primary" variant="outline">
{t("cancel", { defaultValue: "Cancel" })}
</Button>
</Link>
</div>
</div>
</div>

View File

@ -1781,11 +1781,9 @@ export default function FormTeks() {
)}
</div>
<div className="mt-4">
<Link href={"/contributor/content/teks"}>
<Button type="submit" color="primary" variant="outline">
{t("cancel", { defaultValue: "Cancel" })}
</Button>
</Link>
</div>
</div>
</div>

View File

@ -1814,11 +1814,9 @@ export default function FormVideo() {
)}
</div>
<div className="mt-4">
<Link href={"/contributor/content/video"}>
<Button type="submit" color="primary" variant="outline">
{t("cancel", { defaultValue: "Cancel" })}
</Button>
</Link>
</div>
</div>
</div>