Skip to content

Commit

Permalink
fix: Update Backroom context after user login if there was a query pr…
Browse files Browse the repository at this point in the history
…eviously
  • Loading branch information
alvarodE committed Jul 12, 2024
1 parent fdb750e commit 201724b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
if (window.wysiwyg) {
await window.wysiwyg?.requestAuth();
window.InterfaceX?.search();
window.wysiwyg?.setContext({ query: payload.query });
}
} catch (_) {
// No error handling
Expand Down

0 comments on commit 201724b

Please sign in to comment.