Skip to content

Commit

Permalink
For ticket #667, warning about keyspace name in alter process has bee…
Browse files Browse the repository at this point in the history
…n removed

The warning `The keyspace name can't be altered` has been removed; as the field is disabled already.
  • Loading branch information
mhmdkrmabd committed Feb 18, 2025
1 parent f01af0e commit 7a018d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/js/events/clusters.js
Original file line number Diff line number Diff line change
Expand Up @@ -11925,7 +11925,7 @@

$(this).attr('disabled', isAlterState ? '' : null)
$(this).parent().toggleClass('invalid-warning', isAlterState)
$(this).toggleClass('is-invalid ignore-invalid', isAlterState)
$(this).removeClass('is-invalid ignore-invalid')

try {
if (!isAlterState)
Expand Down

0 comments on commit 7a018d9

Please sign in to comment.