fix again

This commit is contained in:
Andras Bacsai
2023-06-22 20:56:21 +02:00
parent 7ce1dc0d48
commit 4488f98900
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@
disabled />
</div>
<div x-cloak x-show="showPrivateKey">
@if ($private_key->id > 0)
@if ($private_key->id === 0)
<x-forms.textarea rows="10" id="private_key.private_key" disabled />
@else
<x-forms.textarea rows="10" id="private_key.private_key" required />