Skip to content

Commit c0d2897

Browse files
Added the ability to switch between files when creating Data Model
1 parent 11b9215 commit c0d2897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/magento/idea/magento2plugin/actions/generation/dialog/NewDataModelDialog.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public NewDataModelDialog(
9696
this.properties = new ArrayList<>();
9797

9898
setContentPane(contentPanel);
99-
setModal(true);
99+
setModal(false);
100100
setTitle(NewDataModelAction.ACTION_DESCRIPTION);
101101
getRootPane().setDefaultButton(buttonOK);
102102

0 commit comments

Comments
 (0)