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 <riysaxen@amazon.com>
  • Loading branch information
riysaxen-amzn authored Nov 22, 2024
1 parent cd47a12 commit aec20bd
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 aec20bd

Please sign in to comment.