diff --git a/.changeset/good-roses-run.md b/.changeset/good-roses-run.md new file mode 100644 index 000000000..a2c22da0e --- /dev/null +++ b/.changeset/good-roses-run.md @@ -0,0 +1,5 @@ +--- +'frontend-gelinkt-notuleren': minor +--- + +Add loading indicator to participation list diff --git a/app/components/meeting-form.hbs b/app/components/meeting-form.hbs index 1cf7bf345..6e21f9826 100644 --- a/app/components/meeting-form.hbs +++ b/app/components/meeting-form.hbs @@ -267,7 +267,7 @@ @meeting={{this.zitting}} @modalTitle={{t 'generic.edit'}} @readOnly={{this.readOnly}} - @loading={{this.possibleParticipantsData.isRunning }} + @loading={{this.possibleParticipantsData.isRunning}} /> {{/unless}} @@ -336,7 +336,7 @@ @bestuursorgaan={{this.bestuursorgaan}} @meeting={{this.zitting}} @focusMode={{@focused}} - @loadingParticipants={{this.possibleParticipantsData.isRunning }} + @loadingParticipants={{this.possibleParticipantsData.isRunning}} /> {{/each}}