Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 4d5434c

Browse files
committed
Merge branch 'unify-modals' into some-tweaks
2 parents bd905ef + 5c5f6bf commit 4d5434c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

js/views/onboardingModal.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,11 @@ module.exports = baseModal.extend({
247247

248248
if (guidCreation.state() == 'pending') {
249249
this.guidStillCreatingModal && guidStillCreatingModal.remove();
250-
this.guidStillCreatingModal = new guidStillCreatingModal();
250+
this.guidStillCreatingModal = new guidStillCreatingModal({
251+
dismissOnOverlayClick: false,
252+
dismissOnEscPress: false,
253+
showCloseButton: false
254+
});
251255
this.guidStillCreatingModal.render().open();
252256
} else {
253257
this.loadingModal.open();

0 commit comments

Comments
 (0)