fix:fix in the blog editor

This commit is contained in:
rishalkv
2026-04-16 16:38:16 +05:30
parent 7eab5fe3ff
commit 5cf73a6351
5 changed files with 182 additions and 60 deletions
@@ -6,7 +6,7 @@ import axios from "axios";
interface BytescaleUploaderProps {
value: string;
onChange: (url: string) => void;
folderPath: "/doctors" | "/departments" | "/news";
folderPath: "/doctors" | "/departments" | "/news" | "/blog";
}
export function BytescaleUploader({