Skip to content

Commit

Permalink
linting and changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
lagartoverde committed Dec 26, 2024
1 parent 3c878f3 commit 3fdb7e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/good-roses-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'frontend-gelinkt-notuleren': minor
---

Add loading indicator to participation list
4 changes: 2 additions & 2 deletions app/components/meeting-form.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
@meeting={{this.zitting}}
@modalTitle={{t 'generic.edit'}}
@readOnly={{this.readOnly}}
@loading={{this.possibleParticipantsData.isRunning }}
@loading={{this.possibleParticipantsData.isRunning}}
/>
</Common::MeetingSection>
{{/unless}}
Expand Down Expand Up @@ -336,7 +336,7 @@
@bestuursorgaan={{this.bestuursorgaan}}
@meeting={{this.zitting}}
@focusMode={{@focused}}
@loadingParticipants={{this.possibleParticipantsData.isRunning }}
@loadingParticipants={{this.possibleParticipantsData.isRunning}}
/>
</li>
{{/each}}
Expand Down

0 comments on commit 3fdb7e6

Please sign in to comment.