Skip to content

Commit

Permalink
'MIXED_VERSIONS' -> 'mixed_versions'
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-suse committed Dec 13, 2023
1 parent 747e801 commit d9251c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/state/selectors/cluster.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const getClusterSapSystems = createSelector(
}
);

export const MIXED_VERSIONS = 'MIXED_VERSIONS';
export const MIXED_VERSIONS = 'mixed_versions';

export const getEnsaVersion = createSelector(
[getClusterSapSystems],
Expand Down

0 comments on commit d9251c8

Please sign in to comment.