File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
client/src/entry/analysis Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ export default {
9595
9696 const userStore = useUserStore ();
9797 const { currentTheme } = storeToRefs (userStore);
98- const { currentHistory } = storeToRefs (useHistoryStore ());
9998
10099 const toastRef = ref (null );
101100 setToastComponentRef (toastRef);
@@ -145,7 +144,6 @@ export default {
145144 confirmDialogRef,
146145 uploadModal,
147146 currentTheme,
148- currentHistory,
149147 embedded,
150148 currentTour,
151149 };
@@ -187,11 +185,6 @@ export default {
187185 console .debug (" App - Confirmation before route change: " , this .confirmation );
188186 this .$router .confirmation = this .confirmation ;
189187 },
190- currentHistory () {
191- if (! this .embedded ) {
192- this .Galaxy .currHistoryPanel .syncCurrentHistoryModel (this .currentHistory );
193- }
194- },
195188 },
196189 mounted () {
197190 if (! this .embedded ) {
You can’t perform that action at this time.
0 commit comments