Skip to content

Commit 88c1a6f

Browse files
committed
Fix ok button for web app creation dialog did not work at first time, fixes #1894658
1 parent 727b630 commit 88c1a6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/src/main/java/com/microsoft/azure/toolkit/intellij/appservice/AppServiceInfoBasicPanel.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@ public void setValue(final T config) {
129129
public List<AzureFormInput<?>> getInputs() {
130130
final AzureFormInput<?>[] inputs = {
131131
this.textName,
132-
this.selectorRuntime,
133-
this.selectorApplication
132+
this.selectorRuntime
134133
};
135134
return Arrays.asList(inputs);
136135
}

0 commit comments

Comments
 (0)