diff options
author | bobzel <zzzman@gmail.com> | 2020-08-05 10:31:11 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-08-05 10:31:11 -0400 |
commit | 217bb86beceed8f48ffe81cea0dbc578cb57a431 (patch) | |
tree | de9f55024545c579fd5d66cd6285f5284810dd04 /src/client/apis/HypothesisAuthenticationManager.tsx | |
parent | 48932f578ac5926655c7d1f90fb659a0ead3b992 (diff) |
fixed some warnings/errors. added tooltip for filter icon.
Diffstat (limited to 'src/client/apis/HypothesisAuthenticationManager.tsx')
-rw-r--r-- | src/client/apis/HypothesisAuthenticationManager.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/apis/HypothesisAuthenticationManager.tsx b/src/client/apis/HypothesisAuthenticationManager.tsx index c3e8d2fff..bc95b5f9a 100644 --- a/src/client/apis/HypothesisAuthenticationManager.tsx +++ b/src/client/apis/HypothesisAuthenticationManager.tsx @@ -18,7 +18,7 @@ export default class HypothesisAuthenticationManager extends React.Component<{}> @observable private showPasteTargetState = false; @observable private success: Opt<boolean> = undefined; @observable private displayLauncher = true; - @observable private credentials: string; + @observable private credentials: string = ""; private disposer: Opt<IReactionDisposer>; private set isOpen(value: boolean) { |