Skip to content

Commit

Permalink
Merge pull request #50 from vtfk/test
Browse files Browse the repository at this point in the history
Acos has fixed query params! πŸ˜€
  • Loading branch information
jorgtho authored Mar 29, 2023
2 parents 2ea2ba6 + daaed97 commit dec83bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/services/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ export const editingPersonalia = writable({
export const infoOpen = writable('')
export const allOrgStore = writable(null)
export const orgOpenStore = writable({ 'hoved': true, '6': true })
export const clickedAcosLogon = writable(false)
export const clickedAcosLogon = writable(true)

1 comment on commit dec83bb

@vercel
Copy link

@vercel vercel bot commented on dec83bb Mar 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.