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 8619021 commit 23ae727Copy full SHA for 23ae727
microfrontends/SignDocuments/src/utils/Utils.js
@@ -331,6 +331,7 @@ export function urlValidator(url) {
331
} catch (err) {
332
return false;
333
}
334
+}
335
export function modalAlign() {
336
let modalDialog = $('.modal-dialog').getBoundingClientRect();
337
let mobileHead = $('.mobileHead').getBoundingClientRect()
0 commit comments