mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-24 04:48:03 +00:00
refactor(metadata): remove ui-component (#7492)
1. ModalPortal 2. Icon 3. IconBtn 4. Loading 5. CenteredLoading 6. ClickOutside 7. SearchInput 8. Switch 9. CustomizeAddTool 10. SfCalendar 11. SfFilterCalendar 12. CustomizeSelect 13. CustomizePopover 14. FieldDisplaySettings 15. Formatters 16. remove duplicate codes
This commit is contained in:
@@ -1970,3 +1970,7 @@ export const throttle = (func, delay) => {
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
export const getType = (value) => {
|
||||
return Object.prototype.toString.call(value).slice(8, -1);
|
||||
};
|
||||
|
Reference in New Issue
Block a user