Skip to content

Commit 779fd22

Browse files
committed
Initial commit
1 parent 2047110 commit 779fd22

File tree

3 files changed

+215
-188
lines changed

3 files changed

+215
-188
lines changed

client/src/boot/registerComponents.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import HistoryViewerVersionState from 'components/HistoryViewer/HistoryViewerVer
1010
import HistoryViewerSnapshotState from 'components/HistoryViewer/HistoryViewerSnapshotState';
1111
import HistoryViewerSnapshot from 'components/HistoryViewer/HistoryViewerSnapshot';
1212
import HistoryViewerCompareWarning from 'components/HistoryViewer/HistoryViewerCompareWarning';
13-
import RollbackMutation from 'components/HistoryViewer/RollbackMutation';
13+
// import RollbackMutation from 'components/HistoryViewer/RollbackMutation';
1414

1515
/**
1616
* The reason we have not gone down the route of using the same name for components
@@ -25,7 +25,7 @@ export default () => {
2525
Injector.component.register('SnapshotViewer', HistoryViewer);
2626
Injector.component.register('SnapshotViewerContainer', SnapshotViewerContainer);
2727
Injector.component.register('SnapshotHistoryViewer', HistoryViewer);
28-
Injector.component.register('SnapshotRollbackMutation', RollbackMutation);
28+
// Injector.component.register('SnapshotRollbackMutation', RollbackMutation);
2929
Injector.component.registerMany({
3030
SnapshotHistoryViewerHeading: HistoryViewerHeading,
3131
SnapshotHistoryViewerToolbar: HistoryViewerToolbar,

0 commit comments

Comments
 (0)