fix: update content form
This commit is contained in:
parent
7b13a09b76
commit
08d438881c
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue