Merge commit '38c6216082
' into kb_migration
This commit is contained in:
commit
ee625dfdc0
46 changed files with 562 additions and 281 deletions
|
@ -33,7 +33,7 @@ import MediaModal from './media_modal';
|
|||
import ModalLoading from './modal_loading';
|
||||
import VideoModal from './video_modal';
|
||||
|
||||
const MODAL_COMPONENTS = {
|
||||
export const MODAL_COMPONENTS = {
|
||||
'MEDIA': () => Promise.resolve({ default: MediaModal }),
|
||||
'VIDEO': () => Promise.resolve({ default: VideoModal }),
|
||||
'AUDIO': () => Promise.resolve({ default: AudioModal }),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue