diff --git a/frontend/src/pages/inbounds/InboundList.vue b/frontend/src/pages/inbounds/InboundList.vue index db0cfa05..4f54b366 100644 --- a/frontend/src/pages/inbounds/InboundList.vue +++ b/frontend/src/pages/inbounds/InboundList.vue @@ -80,7 +80,7 @@ const savedFilterState = (() => { const enableFilter = ref(!!savedFilterState.enableFilter); const searchKey = ref(savedFilterState.searchKey || ''); const filterBy = ref(savedFilterState.filterBy || ''); -const protocolFilter = ref(savedFilterState.protocolFilter || ''); +const protocolFilter = ref(savedFilterState.protocolFilter || undefined); const nodeFilter = ref(savedFilterState.nodeFilter || ''); watch([enableFilter, searchKey, filterBy, protocolFilter, nodeFilter], () => {