Skip to content

Commit bde37b5

Browse files
#1892773: [Test] Missing title in Create Resource Group/App Service Plan/Storage Account dialog
1 parent f10c08f commit bde37b5

File tree

1 file changed

+1
-1
lines changed
  • PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/java/com/microsoft/azure/toolkit/intellij/common

1 file changed

+1
-1
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/java/com/microsoft/azure/toolkit/intellij/common/AzureDialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public AzureDialog(Project project) {
3333
}
3434

3535
public AzureDialog() {
36-
super(null);
36+
this(null);
3737
}
3838

3939
@Override

0 commit comments

Comments
 (0)