Skip to content

Commit f627f33

Browse files
author
Vitaliy Boyko
committed
1213: static fix
1 parent 0621a8a commit f627f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ protected void onOK() {
143143
}
144144

145145
if (targetBlockTag.getContainingFile() == null
146-
|| targetBlockTag.getContainingFile().getParent() == null) {
146+
|| targetBlockTag.getContainingFile().getParent() == null) {
147147
return;
148148
}
149149

0 commit comments

Comments
 (0)