mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 19:17:48 +00:00 
			
		
		
		
	| @@ -1,6 +1,6 @@ | ||||
| <template> | ||||
|   <span class="back-button ion-ios-arrow-left" @click.capture="goBack"> | ||||
|     {{ $t('GENERAL_SETTINGS.BACK') }} | ||||
|     {{ buttonLabel || $t('GENERAL_SETTINGS.BACK') }} | ||||
|   </span> | ||||
| </template> | ||||
| <script> | ||||
| @@ -12,6 +12,10 @@ export default { | ||||
|       type: [String, Object], | ||||
|       default: '', | ||||
|     }, | ||||
|     buttonLabel: { | ||||
|       type: String, | ||||
|       default: '', | ||||
|     }, | ||||
|   }, | ||||
|   methods: { | ||||
|     goBack() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Pranav Raj S
					Pranav Raj S