We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d152b commit c831bc1Copy full SHA for c831bc1
public/action/ad_dashboard_action.tsx
@@ -66,7 +66,7 @@ export const createADAction = ({
66
embeddable.getInput()?.viewMode === 'view' &&
67
isDashboard(embeddable.parent) &&
68
vis !== undefined &&
69
- isEligibleForVisLayers(vis, getUISettings())
+ await isEligibleForVisLayers(vis, getUISettings())
70
);
71
},
72
execute: async ({ embeddable }: ActionContext) => {
0 commit comments