fix:fix in the blog editor
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user