Fix build errors
This commit is contained in:
parent
08b755bdcb
commit
c1ff711a45
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user