Skip to content

Commit

Permalink
Update src/Forms.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Chartman123 <chris-hartmann@gmx.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux and Chartman123 authored Feb 19, 2024
1 parent c136f5f commit b7b3a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forms.vue
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export default {
/**
* All shared forms that are not archived
*/
sharedForms() {
sharedForms() {
return this.allSharedForms.filter((form) => form.state !== FormState.FormArchived)
},
Expand Down

0 comments on commit b7b3a5c

Please sign in to comment.