fix: update content form
This commit is contained in:
parent
7b13a09b76
commit
08d438881c
|
|
@ -1810,11 +1810,9 @@ export default function FormAudio() {
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div className="mt-4">
|
<div className="mt-4">
|
||||||
<Link href={"/contributor/content/audio"}>
|
<Button type="submit" color="primary" variant="outline">
|
||||||
<Button type="submit" color="primary" variant="outline">
|
{t("cancel", { defaultValue: "Cancel" })}
|
||||||
{t("cancel", { defaultValue: "Cancel" })}
|
</Button>
|
||||||
</Button>
|
|
||||||
</Link>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -1740,12 +1740,10 @@ export default function FormImage() {
|
||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div className="mt-4">
|
<<div className="mt-4">
|
||||||
<Link href={"/contributor/content/image"}>
|
<Button type="submit" color="primary" variant="outline">
|
||||||
<Button type="submit" color="primary" variant="outline">
|
{t("cancel", { defaultValue: "Cancel" })}
|
||||||
{t("cancel", { defaultValue: "Cancel" })}
|
</Button>
|
||||||
</Button>
|
|
||||||
</Link>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -1781,11 +1781,9 @@ export default function FormTeks() {
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div className="mt-4">
|
<div className="mt-4">
|
||||||
<Link href={"/contributor/content/teks"}>
|
<Button type="submit" color="primary" variant="outline">
|
||||||
<Button type="submit" color="primary" variant="outline">
|
{t("cancel", { defaultValue: "Cancel" })}
|
||||||
{t("cancel", { defaultValue: "Cancel" })}
|
</Button>
|
||||||
</Button>
|
|
||||||
</Link>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -1813,12 +1813,10 @@ export default function FormVideo() {
|
||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div className="mt-4">
|
<div className="mt-4">
|
||||||
<Link href={"/contributor/content/video"}>
|
<Button type="submit" color="primary" variant="outline">
|
||||||
<Button type="submit" color="primary" variant="outline">
|
{t("cancel", { defaultValue: "Cancel" })}
|
||||||
{t("cancel", { defaultValue: "Cancel" })}
|
</Button>
|
||||||
</Button>
|
|
||||||
</Link>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue