mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
register sync-merge modal (#6846)
This commit is contained in:
parent
8d8560f025
commit
867567ad4c
@ -18,6 +18,7 @@ import { RequestRenderErrorModal } from '../components/modals/request-render-err
|
|||||||
import { ResponseDebugModal } from '../components/modals/response-debug-modal';
|
import { ResponseDebugModal } from '../components/modals/response-debug-modal';
|
||||||
import { SelectModal } from '../components/modals/select-modal';
|
import { SelectModal } from '../components/modals/select-modal';
|
||||||
import { SettingsModal } from '../components/modals/settings-modal';
|
import { SettingsModal } from '../components/modals/settings-modal';
|
||||||
|
import { SyncMergeModal } from '../components/modals/sync-merge-modal';
|
||||||
import { WrapperModal } from '../components/modals/wrapper-modal';
|
import { WrapperModal } from '../components/modals/wrapper-modal';
|
||||||
import { WorkspaceLoaderData } from './workspace';
|
import { WorkspaceLoaderData } from './workspace';
|
||||||
|
|
||||||
@ -83,6 +84,10 @@ const Modals: FC = () => {
|
|||||||
ref={instance => registerModal(instance, 'AddKeyCombinationModal')}
|
ref={instance => registerModal(instance, 'AddKeyCombinationModal')}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<SyncMergeModal
|
||||||
|
ref={instance => registerModal(instance, 'SyncMergeModal')}
|
||||||
|
/>
|
||||||
|
|
||||||
</ErrorBoundary>
|
</ErrorBoundary>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user