Fix build errors

This commit is contained in:
Hetu Nandu 2020-11-05 17:58:39 +05:30
parent 08b755bdcb
commit c1ff711a45
2 changed files with 1 additions and 3 deletions

View File

@ -68,9 +68,7 @@ class HelpModal extends React.Component<Props> {
const { user } = this.props;
if (cloudHosting && intercomAppID && window.Intercom) {
window.Intercom("boot", {
// eslint-disable-next-line @typescript-eslint/camelcase
app_id: intercomAppID,
// eslint-disable-next-line @typescript-eslint/camelcase
user_id: user?.username,
name: user?.name,
email: user?.email,

View File

@ -37,7 +37,7 @@ const ALERT_STYLE_OPTIONS = [
];
const FILE_TYPE_OPTIONS = [
{ label: 'Select file type (optional)', value: "", id: "" },
{ label: "Select file type (optional)", value: "", id: "" },
{ label: "Plain text", value: "'text/plain'", id: "text/plain" },
{ label: "HTML", value: "'text/html'", id: "text/html" },
{ label: "CSV", value: "'text/csv'", id: "text/csv" },