We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc4a847 + c07a1f1 commit 6b2a871Copy full SHA for 6b2a871
1 file changed
frontend/src/components/expert/resource-cards/PackageResourceCard.vue
@@ -15,7 +15,7 @@
15
<div class="package-name">{{ getPackageName(nodePackage) }}</div>
16
<div class="package-url">{{ getPackageUrl(nodePackage) }}</div>
17
<div class="package-actions">
18
- <ff-button :enabled="canManagePalette" size="small" kind="secondary" @click.stop.prevent="installPackage(nodePackage)">Install</ff-button>
+ <ff-button v-if="canManagePalette" size="small" kind="secondary" @click.stop.prevent="installPackage(nodePackage)">Install</ff-button>
19
</div>
20
21
</a>
0 commit comments