Skip to content

Commit

Permalink
Fix build failure after merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
wkramer committed Dec 15, 2023
1 parent a139039 commit 4c61de5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/stores/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ const useConfigStore = defineStore('config', {
},
},
getters: {
getComponentByType: (state) => {
return (type: string) =>
Object.values(state.components).find((c) => c.type === type)
},

activeComponents: (state) => {
return Object.values(state.components).map((component: any) => {
return {
Expand Down

0 comments on commit 4c61de5

Please sign in to comment.