Skip to content

Commit 1657842

Browse files
committed
uuid migration
1 parent 2d8b691 commit 1657842

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dashboard/DashboardThunks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { addPage, movePage, removePage, resetDashboardState, setDashboard } from
44
import { runCypherQuery } from '../report/ReportQueryRunner';
55
import { setParametersToLoadAfterConnecting, setWelcomeScreenOpen } from '../application/ApplicationActions';
66
import { updateGlobalParametersThunk, updateParametersToNeo4jTypeThunk } from '../settings/SettingsThunks';
7+
import { createUUID } from '../utils/uuid';
78

89
export const removePageThunk = (number) => (dispatch: any, getState: any) => {
910
try {

0 commit comments

Comments
 (0)