Page MenuHomePhabricator

D3726.id11489.diff
No OneTemporary

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

File Metadata

Mime Type
text/plain
Expires
Mon, Nov 25, 1:21 AM (20 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2577733
Default Alt Text
D3726.id11489.diff (823 B)

Event Timeline