Skip to content

Commit

Permalink
fix(validation-rule): fix loading-spinner for expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Oct 6, 2022
1 parent b5778d1 commit 006146f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config/field-overrides/validationRule.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ export default new Map([
}],
['leftSide', {
component: LeftSideExpressionField,
unique: false,
}],
['rightSide', {
component: RightSideExpressionField,
unique: false,
}],
['organisationUnitLevels', {
referenceType: 'organisationUnitLevel',
Expand Down

0 comments on commit 006146f

Please sign in to comment.