Skip to content

Commit

Permalink
Update components/ParameterForm.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Emma Russell <[email protected]>
  • Loading branch information
david-mears-2 and EmmaLRussell authored Sep 12, 2024
1 parent 118c439 commit 68ab1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ParameterForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
</CButton>
</CForm>
<CAlert v-else-if="appStore.metadataFetchStatus === 'error'" color="warning">
Failed to retrieve metadata from R API. {{ appStore.metadataFetchError }}
Failed to initialise. {{ appStore.metadataFetchError }}
</CAlert>
<CSpinner v-else-if="appStore.metadataFetchStatus === 'pending'" />
</div>
Expand Down

0 comments on commit 68ab1bc

Please sign in to comment.