()
| 1756 | const useNativePicker = typeof window.FileRiseFolderPicker === 'function'; |
| 1757 | |
| 1758 | const getSourceId = () => normalizePortalSourceId(sourceSelect ? sourceSelect.value : '') || getPortalSourceFallbackId(); |
| 1759 | |
| 1760 | const openPicker = async () => { |
| 1761 | const sourceId = getSourceId(); |
no test coverage detected