Merge pull request #110 from Simple2B/kostia/fix/delete_inter_modal

fix modal placement
This commit is contained in:
Костя Столярский 2023-06-01 15:10:30 +03:00 committed by GitHub
commit 62d3193591
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -47,7 +47,6 @@ export function deleteInterpretation() {
}),
);
const modalOptions: ModalOptions = {
placement: 'bottom-right',
closable: true,
onHide: () => {
deleteInterpretationForm.setAttribute('action', '');