We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4469bbc commit dec7ef0Copy full SHA for dec7ef0
src/components/panels/nav/PostModal.vue
@@ -157,7 +157,7 @@
157
</div>
158
159
160
- <div v-if="posting == true && Object.keys(postResults).length != 0">
+ <div v-if="posting == false && Object.keys(postResults).length != 0">
161
162
<div v-if="postResults.resourceLinks.length>0" style="margin: 0.5em 0 0.5em 0;background-color: #90ee9052;padding: 0.5em;border-radius: 0.25em;">
163
The record was accepted by the system. To view the record follow these links:
0 commit comments