update
This commit is contained in:
@@ -7,3 +7,9 @@ export const toPath = (path) => {
|
||||
export const VITE_TINYMCE_KEY = () => {
|
||||
return import.meta.env.VITE_TINYMCE_KEY;
|
||||
}
|
||||
|
||||
export const deleteObjectFields = (obj) => {
|
||||
Object.keys(obj).forEach(key => {
|
||||
delete obj[key];
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user