mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-05 21:48:03 +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']);
|
const emit = defineEmits(['update-signature']);
|
||||||
|
|
||||||
watch(
|
watch(
|
||||||
() => props.messageSignature,
|
() => props.messageSignature ?? '',
|
||||||
newValue => {
|
newValue => {
|
||||||
signature.value = newValue;
|
signature.value = newValue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user