mirror of
https://github.com/balzack/databag.git
synced 2025-04-22 09:35:16 +00:00
fixing server listing typo
This commit is contained in:
parent
01e5b9eec8
commit
7e8bf0a4b8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user