Page MenuHomePhabricator

D3726.id11486.diff
No OneTemporary

D3726.id11486.diff

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
@@ -94,7 +94,6 @@
};
class ThreadSettingsModal extends React.PureComponent<Props, State> {
nameInput: ?HTMLInputElement;
- newThreadPasswordInput: ?HTMLInputElement;
accountPasswordInput: ?HTMLInputElement;
constructor(props: Props) {
@@ -312,10 +311,6 @@
this.nameInput = nameInput;
};
- newThreadPasswordInputRef = (newThreadPasswordInput: ?HTMLInputElement) => {
- this.newThreadPasswordInput = newThreadPasswordInput;
- };
-
accountPasswordInputRef = (accountPasswordInput: ?HTMLInputElement) => {
this.accountPasswordInput = accountPasswordInput;
};

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 9, 5:45 PM (8 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2837545
Default Alt Text
D3726.id11486.diff (823 B)

Event Timeline