You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/src/com/microsoft/intellij/runner/webapp/webappconfig/slimui/WebAppSlimSettingPanel.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -271,9 +271,11 @@ public synchronized void fillWebApps(List<ResourceEx<WebApp>> webAppLists) {
271
271
lblCreateWebApp.setVisible(false);
272
272
cbxWebApp.setVisible(true);
273
273
cbxWebApp.addItem(CREATE_NEW_WEBAPP);
274
+
// Need calculated target id first or fill combo box will trigger event to change selectedWebApp
0 commit comments