[NIFI-13303] - Remove text indicating property verification is disabled. (#8884)

This closes #8884
This commit is contained in:
Rob Fellows 2024-05-29 09:01:37 -04:00 committed by GitHub
parent ffa5e8473d
commit 82cd1e5ef0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
</div>
<div class="h-full border p-2 overflow-y-auto">
@if (disabled) {
<div class="verification-disabled unset">Property verification is disabled</div>
<div></div>
} @else if (isVerifying) {
<div class="empty">Verifying properties...</div>
} @else if (results.length > 0) {