mirror of
https://github.com/yusufipk/OpenFrame.git
synced 2026-09-11 17:46:06 +00:00
feat: Implement video version management API, enable comment tag editing, and enhance video duration display to include hours.
This commit is contained in:
@@ -164,6 +164,8 @@ export function VideoCard({ video, projectId }: VideoCardProps) {
|
||||
});
|
||||
if (res.ok) {
|
||||
setShowDeleteDialog(false);
|
||||
// Give revalidatePath time to invalidate cache before refreshing
|
||||
await new Promise((r) => setTimeout(r, 300));
|
||||
router.refresh();
|
||||
}
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user