mirror of
https://github.com/logos-co/open-law.git
synced 2025-02-10 22:06:46 +00:00
Merge pull request #110 from Simple2B/kostia/fix/delete_inter_modal
fix modal placement
This commit is contained in:
commit
62d3193591
File diff suppressed because one or more lines are too long
@ -47,7 +47,6 @@ export function deleteInterpretation() {
|
|||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
const modalOptions: ModalOptions = {
|
const modalOptions: ModalOptions = {
|
||||||
placement: 'bottom-right',
|
|
||||||
closable: true,
|
closable: true,
|
||||||
onHide: () => {
|
onHide: () => {
|
||||||
deleteInterpretationForm.setAttribute('action', '');
|
deleteInterpretationForm.setAttribute('action', '');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user