Исправление невозможности выбора сообщений в диалоге
This commit is contained in:
@@ -13,9 +13,7 @@ export function MessageReplyMessages(props: AttachmentProps) {
|
||||
('showAlertInReplyMessages', true);
|
||||
const [bgInReplyMessages] = useSetting<string>
|
||||
('bgInReplyMessages', '');
|
||||
const reply = JSON.parse(props.attachment.blob);
|
||||
|
||||
console.info("Mreply", reply);
|
||||
const reply = JSON.parse(props.attachment.blob) as MessageReply[];
|
||||
|
||||
const closeAlert = () => {
|
||||
modals.openConfirmModal({
|
||||
|
||||
Reference in New Issue
Block a user