Refactor root admin dashboards and settings

This commit is contained in:
MOH
2026-03-10 16:43:43 +01:00
parent db6c5392bb
commit 5b51a2a063
26 changed files with 1121 additions and 781 deletions
-1
View File
@@ -43,7 +43,6 @@ export async function createMediaAssetAction(formData: FormData) {
kind,
label: String(formData.get("label") ?? ""),
uploadFile: formData.get("file"),
externalUrl: String(formData.get("externalUrl") ?? ""),
});
revalidateMediaPages();