Skip to content

Commit

Permalink
RavenDB-20588 MySQL import config html fix
Browse files Browse the repository at this point in the history
  • Loading branch information
poissoncorp authored and ppekrol committed May 31, 2023
1 parent 0ccf65d commit 28bb5f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h4>Create new import configuration</h4>
</div>
</div>
</div>
<div data-bind="visible: databaseType() === 'MySQL', with: mySql">
<div data-bind="visible: databaseType() === 'MySQL_MySql_Data' || databaseType() === 'MySQL_MySqlConnector', with: mySql">
<div class="form-group"
data-bind="validationElement: connectionString">
<label class="control-label">
Expand Down

0 comments on commit 28bb5f7

Please sign in to comment.