We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d8b691 commit 1657842Copy full SHA for 1657842
src/dashboard/DashboardThunks.ts
@@ -4,6 +4,7 @@ import { addPage, movePage, removePage, resetDashboardState, setDashboard } from
4
import { runCypherQuery } from '../report/ReportQueryRunner';
5
import { setParametersToLoadAfterConnecting, setWelcomeScreenOpen } from '../application/ApplicationActions';
6
import { updateGlobalParametersThunk, updateParametersToNeo4jTypeThunk } from '../settings/SettingsThunks';
7
+import { createUUID } from '../utils/uuid';
8
9
export const removePageThunk = (number) => (dispatch: any, getState: any) => {
10
try {
0 commit comments