Skip to content

Commit 04986e1

Browse files
Merge pull request #6021 from microsoft/fix-ok-disabled
enable OK button on default for sql creation dialogs
2 parents 105f02b + 3054d5c commit 04986e1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/src/main/java/com/microsoft/azure/toolkit/intellij/mysql/creation/MySQLCreationDialog.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ public class MySQLCreationDialog extends AzureDialog<AzureMySQLConfig> {
2626

2727
public MySQLCreationDialog(@Nullable Project project) {
2828
super(project);
29-
setOKActionEnabled(false);
3029
init();
3130
}
3231

PluginsAndFeatures/azure-toolkit-for-intellij/src/main/java/com/microsoft/azure/toolkit/intellij/sqlserver/creation/SqlServerCreationDialog.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ public class SqlServerCreationDialog extends AzureDialog<SqlServerConfig> {
3232

3333
public SqlServerCreationDialog(@Nullable Project project) {
3434
super(project);
35-
setOKActionEnabled(false);
3635
init();
3736
}
3837

0 commit comments

Comments
 (0)