Skip to content

Commit

Permalink
PMM-12608 Remove tooltip from autodiscovery
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkubinec committed Nov 2, 2023
1 parent 83752f5 commit 1854407
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export const PostgreSQLAdditionalOptions: FC<PostgreSQLAdditionalOptionsProps> =
disabled={selectedValue !== AutoDiscoveryOptionsInterface.custom}
validators={autoDiscoveryValidators}
label={Messages.form.labels.postgresqlDetails.autoDiscoveryLimit}
tooltipText={Messages.form.tooltips.postgresqlDetails.autoDiscoveryLimit}
/>
</div>
</>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ export const Messages = {
postgresqlDetails: {
database: 'Database name',
maxQueryLength: 'Full Example (Fingerprint) storage is not allowed by default to have the best performance',
autoDiscoveryLimit: 'TODO',
},
mysqlDetails: {
maxQueryLength: 'Full Example (Fingerprint) storage is not allowed by default to have the best performance',
Expand Down

0 comments on commit 1854407

Please sign in to comment.