Skip to content

Commit

Permalink
don't support datasources with no version in featreAnywhere (#1164)
Browse files Browse the repository at this point in the history
Signed-off-by: Riya Saxena <[email protected]>
(cherry picked from commit aec20bd)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Nov 22, 2024
1 parent 21271a6 commit 0dcddcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/actions/alerting_dashboard_action.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const createAlertingAction = ({
embeddable.getInput()?.viewMode === 'view' &&
isDashboard(embeddable.parent) &&
embeddable.vis &&
isEligibleForVisLayers(embeddable.vis, getUISettings())
await isEligibleForVisLayers(embeddable.vis, getUISettings())
);
},
execute: async (context: ActionContext) => {
Expand Down

0 comments on commit 0dcddcf

Please sign in to comment.