mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 02:57:57 +00:00 
			
		
		
		
	Chore: Removes unused impports in ContactIntro (#2218)
This commit is contained in:
		 Nithin David Thomas
					Nithin David Thomas
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							2d4acaf8fe
						
					
				
				
					commit
					fd67a5795a
				
			| @@ -82,9 +82,6 @@ export default { | ||||
| </script> | ||||
|  | ||||
| <style scoped lang="scss"> | ||||
| @import '~dashboard/assets/scss/variables'; | ||||
| @import '~dashboard/assets/scss/mixins'; | ||||
|  | ||||
| .contact--details { | ||||
|   margin-top: var(--space-small); | ||||
| } | ||||
| @@ -99,9 +96,7 @@ export default { | ||||
| } | ||||
|  | ||||
| .contact--name { | ||||
|   @include text-ellipsis; | ||||
|   text-transform: capitalize; | ||||
|   white-space: normal; | ||||
|   font-weight: var(--font-weight-bold); | ||||
| } | ||||
|  | ||||
|   | ||||
| @@ -13,8 +13,8 @@ const Template = (args, { argTypes }) => ({ | ||||
|     '<contact-intro v-bind="$props" :user="user" @edit="onEdit" @message="onNewMessage" />', | ||||
| }); | ||||
|  | ||||
| export const DefaultNote = Template.bind({}); | ||||
| DefaultNote.args = { | ||||
| export const DefaultContactIntro = Template.bind({}); | ||||
| DefaultContactIntro.args = { | ||||
|   contact: { | ||||
|     id: 979442, | ||||
|     name: 'Eden Hazard', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user