\n
\n
Team Hours\n
\n Set online working hours for your team of customer supports\n
\n
\n Choose a preferable timezone\n
\n
\n
\n
\n
\n Schedule working hours\n
\n
\n {\n const values = e.target.value === 'true'\n this.setState({\n value: values,\n weekdaysValue: !this.props.activeBot.supportSettings\n .enabled\n ? true\n : !!this.props.activeBot.supportSettings.weekdays,\n })\n }}>\n \n \n \n }\n />\n
\n {this.state.value && this.state.supportSettings && (\n
\n this.handleSet(value)}\n value={this.state.weekdaysValue}\n type=\"weekdaysValue\"\n label=\"weekdays\"\n onChange={(value, type, days) =>\n this.updateTime(value, type, days)\n }\n />\n this.handleSet(value)}\n value={this.state.weekendsValue}\n type=\"weekendsValue\"\n label=\"weekends\"\n onChange={(value, type, days) =>\n this.updateTime(value, type, days)\n }\n />\n
\n )}\n
this.saveHours()}\n title=\"Save\"\n styles={{ marginTop: 8 }}\n />\n \n
\n Preview of Offline Customer Support Mode\n
\n
\n This flow will be sent to users in case of none of customer\n supports are online. If you want to edit it, go to Flows\n section.\n
\n {/* todo link for flow with underline */}\n

\n