Add label to main user selection in Calendar App

A new attribute `label` has been added to the `pick-entity` component in the Chill Calendar Bundle's Vue.js App. This label, set as 'Utilisateur principal', enhances user interaction and clarity in the main user selection process.
This commit is contained in:
Julien Fastré 2024-06-11 09:39:51 +02:00
parent 1993fac1c4
commit 0ce9cdd07a
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -16,6 +16,7 @@
:removableIfSet="false"
:displayPicked="false"
:suggested="this.suggestedUsers"
:label="'Utilisateur principal'"
@addNewEntity="setMainUser"
></pick-entity>
</div>