Skip to content

Commit

Permalink
Related lease in create lease: remove service unit filter (#483)
Browse files Browse the repository at this point in the history
* related lease in create lease: remove service unit filter & allow overflow for modals
  • Loading branch information
NC-jsAhonen authored May 27, 2024
1 parent 886ea9c commit 3d90df8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/modal/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
left: 50%;
transform: translateX(-50%) translateY(-50%);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.06);
overflow: auto;
overflow: visible;

@include transition(0.5s, top, ease);
}
Expand Down
1 change: 0 additions & 1 deletion src/leases/components/createLease/CreateLeaseForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ class CreateLeaseForm extends Component<Props> {
fieldType: FieldTypes.LEASE,
label: LeaseFieldTitles.RELATE_TO,
}}
serviceUnit={userActiveServiceUnit}
enableUiDataEdit
uiDataKey={getUiDataLeaseKey(LeaseFieldPaths.RELATE_TO)}
/>
Expand Down

0 comments on commit 3d90df8

Please sign in to comment.