File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ export const createConnectionThunk =
124
124
query ,
125
125
parameters ,
126
126
1 ,
127
- ( ) => { } ,
127
+ ( ) => { } ,
128
128
( records ) => validateConnection ( records )
129
129
) ;
130
130
} catch ( e ) {
@@ -254,7 +254,7 @@ export const handleSharedDashboardsThunk = () => (dispatch: any) => {
254
254
dispatch ( onConfirmLoadSharedDashboardThunk ( ) ) ;
255
255
}
256
256
257
- window . history . pushState ( { } , document . title , '/' ) ;
257
+ window . history . pushState ( { } , document . title , window . location . pathname ) ;
258
258
} else {
259
259
dispatch ( setConnectionModalOpen ( false ) ) ;
260
260
// dispatch(setWelcomeScreenOpen(false));
@@ -273,7 +273,7 @@ export const handleSharedDashboardsThunk = () => (dispatch: any) => {
273
273
false
274
274
)
275
275
) ;
276
- window . history . pushState ( { } , document . title , '/' ) ;
276
+ window . history . pushState ( { } , document . title , window . location . pathname ) ;
277
277
}
278
278
} else {
279
279
// dispatch(resetShareDetails());
You can’t perform that action at this time.
0 commit comments