-
Notifications
You must be signed in to change notification settings - Fork 13.5k
[BUG] OTR Timeout not showing #13754
Copy link
Copy link
Closed
Description
Description:
modal.open({
title: t('Timeout'),
type: 'error',
timer: 2000,
});
It is simple, t we want is a util but to set the title we are using instance one, which is not a function.
Steps to reproduce:
- Start an OTR with a user
- Do not accept and wait
Expected behavior:
Actual behavior:
Modal is not shown, and the console gets an error.
Server Setup Information:
- Version of Rocket.Chat Server: 1.0.0-develop
- Operating System: MacOs
- Deployment Method: Meteor
- Number of Running Instances: 1
- DB Replicaset Oplog: Enabled
- NodeJS Version: 8.11.4
- MongoDB Version: 3.6
Additional context
I have solved it, will make a PR for the same
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

