mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-24 09:45:35 +08:00
fix(connection): cannot filter by undefined
This commit is contained in:
parent
4a631a60ef
commit
08776a5bee
@ -349,7 +349,7 @@ export default () => {
|
|||||||
class="select select-bordered select-primary select-sm w-full max-w-full flex-1 sm:select-md"
|
class="select select-bordered select-primary select-sm w-full max-w-full flex-1 sm:select-md"
|
||||||
onChange={(e) => setSourceIPFilter(e.target.value)}
|
onChange={(e) => setSourceIPFilter(e.target.value)}
|
||||||
>
|
>
|
||||||
<option>{t('all')}</option>
|
<option value="">{t('all')}</option>
|
||||||
|
|
||||||
<Index
|
<Index
|
||||||
each={uniq(
|
each={uniq(
|
||||||
|
Loading…
Reference in New Issue
Block a user