mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-11-03 20:48:07 +00:00 
			
		
		
		
	fix: Update message signature default value (#9446)
This commit is contained in:
		@@ -38,7 +38,7 @@ const signature = ref(props.messageSignature);
 | 
			
		||||
const emit = defineEmits(['update-signature']);
 | 
			
		||||
 | 
			
		||||
watch(
 | 
			
		||||
  () => props.messageSignature,
 | 
			
		||||
  () => props.messageSignature ?? '',
 | 
			
		||||
  newValue => {
 | 
			
		||||
    signature.value = newValue;
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user