This commit is contained in:
Eric Bailey
2024-02-29 17:55:46 -06:00
parent 1233e9e193
commit 5eb5dbb533
+1 -1
View File
@@ -69,7 +69,7 @@ function MutedWordsInner({}: {control: Dialog.DialogOuterProps['control']}) {
}
try {
// send raw value and rely on server as sanitization source of truth
// send raw value and rely on SDK as sanitization source of truth
await addMutedWord([{value: field, targets}])
setField('')
} catch (e: any) {