mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-18 05:51:56 +08:00
Fix: connection select All empty
This commit is contained in:
parent
594f76c7b4
commit
cf7723eb8f
@ -200,7 +200,7 @@ export default function Connections () {
|
||||
const [device, setDevice] = useState('')
|
||||
function handleDeviceSelected (label: string) {
|
||||
setDevice(label)
|
||||
setFilter?.(Columns.SourceIP, label)
|
||||
setFilter?.(Columns.SourceIP, label || undefined)
|
||||
}
|
||||
|
||||
// click item
|
||||
|
Loading…
x
Reference in New Issue
Block a user