This commit is contained in:
ParisNeo
2023-05-11 15:15:09 +02:00
parent ef30c707d6
commit 2c565e8696
2 changed files with 4 additions and 3 deletions

View File

@ -11,7 +11,7 @@
<input
type="radio"
:checked="selected"
:disabled="!isInstalled" <!-- Disable radio button if not installed -->
:disabled="!isInstalled"
@change="handleSelection"
/>
{{ title }}