mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 01:08:26 +00:00 
			
		
		
		
	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:
		| @@ -16,6 +16,7 @@ | ||||
|           :removableIfSet="false" | ||||
|           :displayPicked="false" | ||||
|           :suggested="this.suggestedUsers" | ||||
|           :label="'Utilisateur principal'" | ||||
|           @addNewEntity="setMainUser" | ||||
|         ></pick-entity> | ||||
|       </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user