We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c57917 commit 8619021Copy full SHA for 8619021
microfrontends/SignDocuments/src/utils/Utils.js
@@ -331,7 +331,7 @@ export function urlValidator(url) {
331
} catch (err) {
332
return false;
333
}
334
-export const modalAlign = () => {
+export function modalAlign() {
335
let modalDialog = $('.modal-dialog').getBoundingClientRect();
336
let mobileHead = $('.mobileHead').getBoundingClientRect()
337
let modal = $('.modal-dialog');
0 commit comments