Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerkoser committed Dec 9, 2024
1 parent 3aa8c2d commit d9fc675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/store/localStorage.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ function createLocalStorageRef (key, initialValue) {
}

const useLazyLocalStorage = () => {
const route = useRoute()
const projectStore = useProjectStore()

const keys = {
get terminalSplitpaneTree () {
const route = useRoute()
const routeName = getRouteName(route)
const { name, namespace } = route.params
const keys = [routeName, namespace]
Expand Down

0 comments on commit d9fc675

Please sign in to comment.