Modal window and translations #3

Merged
sergey merged 3 commits from dev into master 2024-03-10 00:20:09 +03:00
Showing only changes of commit a9436a5af7 - Show all commits

View File

@@ -24,6 +24,8 @@ export class ModalComponent implements AfterViewInit {
enableClose: false,
dragConstraint: "constrain",
id: "info-modal",
minWidth: "300px",
minHeight: "10rem",
});
}
}