Skip to content

Commit

Permalink
triger gh workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Sandeep Kumawat <[email protected]>
  • Loading branch information
Sandeep Kumawat committed Aug 14, 2024
1 parent 3f634e7 commit 58cc80a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,5 @@ export class SnapshotPolicies extends MDSEnabledComponent<SnapshotPoliciesProps,
export default function (props: Omit<SnapshotPoliciesProps, keyof DataSourceMenuProperties>) {
const dataSourceMenuProps = useContext(DataSourceMenuContext);
useUpdateUrlWithDataSourceProperties();
// get the flag from context
return <SnapshotPolicies {...props} {...dataSourceMenuProps} />;
}

0 comments on commit 58cc80a

Please sign in to comment.