Skip to content

Commit

Permalink
🐛 get value of the promise (#561) (#562)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2e2a928)

Co-authored-by: Francesco Boccacci <boccacci.francesco@gmail.com>
  • Loading branch information
github-actions[bot] and volterra79 authored Feb 1, 2024
1 parent 3e7a475 commit 1570691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GlobalTabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
* ORIGINAL SOURCE: src/app/core/expression/tabservice.js@3.8.6
*/
async setVisibility(tab) {
tab.visible = DataRouterService
tab.visible = await DataRouterService
.getData(
'expression:expression_eval',
{
Expand Down

0 comments on commit 1570691

Please sign in to comment.