Skip to content

Commit

Permalink
Fix a problem with the selected state of hosts.
Browse files Browse the repository at this point in the history
  • Loading branch information
oldj committed May 9, 2021
1 parent a2a4a14 commit 6098262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/renderer/components/List/index.tsx
Expand Up @@ -150,6 +150,7 @@ const List = (props: Props) => {
}

setCurrentHosts(hosts)
setSelectedIds([id])
}, [hosts_data])

useOnBroadcast(events.reload_list, loadHostsData)
Expand Down
2 changes: 1 addition & 1 deletion src/version.json
@@ -1 +1 @@
[4, 0, 1, 6050]
[4, 0, 1, 6051]

0 comments on commit 6098262

Please sign in to comment.