We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c88dd0d commit af43a20Copy full SHA for af43a20
src/components/ErrataInfo.vue
@@ -39,7 +39,7 @@
39
>
40
<template v-slot:append>
41
<q-btn
42
- v-if="titleWarn(advisory.title)"
+ v-if="titleWarn(title)"
43
round
44
dense
45
flat
@@ -63,7 +63,7 @@
63
64
65
66
- v-if="descriptionWarn(advisory.description)"
+ v-if="descriptionWarn(description)"
67
68
69
@@ -410,9 +410,7 @@
410
</q-card-section>
411
<q-card-actions align="right" v-if="userAuthenticated()">
412
413
- v-if="
414
- descriptionWarn(advisory.description) || titleWarn(advisory.title)
415
- "
+ v-if="descriptionWarn(description) || titleWarn(title)"
416
no-caps
417
color="green"
418
@click="updateAdvisory(advisory.id, advisory.platform_id)"
0 commit comments