diff --git a/web/modals/threads/thread-settings-modal.react.js b/web/modals/threads/thread-settings-modal.react.js --- a/web/modals/threads/thread-settings-modal.react.js +++ b/web/modals/threads/thread-settings-modal.react.js @@ -102,6 +102,7 @@ +onChangeAccountPassword: (event: SyntheticEvent) => void, +hasPermissionForTab: (thread: ThreadInfo, tab: TabType) => boolean, +deleteThreadAction: () => Promise, + +onDelete: (event: SyntheticEvent) => void, }; class ThreadSettingsModal extends React.PureComponent { nameInput: ?HTMLInputElement; @@ -189,7 +190,7 @@ if (this.props.currentTabType === 'delete') { buttons = (