Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3357500
D3726.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
823 B
Referenced Files
None
Subscribers
None
D3726.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 24, 11:55 PM (21 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2577733
Default Alt Text
D3726.diff (823 B)
Attached To
Mode
D3726: [web] Remove `newThreadPasswordInput` from `thread-settings-modal`
Attached
Detach File
Event Timeline
Log In to Comment