fix modal placement

This commit is contained in:
Kostiantyn Stoliarskyi 2023-06-01 15:06:19 +03:00
parent 193064ce41
commit e6f81a5234
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', '');