fixing server listing typo

This commit is contained in:
Roland Osborne 2022-06-08 22:50:07 -07:00
parent 01e5b9eec8
commit 7e8bf0a4b8

View File

@ -22,7 +22,7 @@ export function Registry() {
return (
<RegistryWrapper>
<Input.Search placeholder="Server" value={state.server} onChange={(e) => actions.setServer(e.target.Value)}
<Input.Search placeholder="Server" value={state.server} onChange={(e) => actions.setServer(e.target.value)}
onSearch={actions.getRegistry} style={{ width: '100%' }} />
<div class="contacts">
<List