diff --git a/app/src/interfaces/_system/system-filter/input-component.vue b/app/src/interfaces/_system/system-filter/input-component.vue
index 0621c43d61..39d2d1e5f1 100644
--- a/app/src/interfaces/_system/system-filter/input-component.vue
+++ b/app/src/interfaces/_system/system-filter/input-component.vue
@@ -14,7 +14,7 @@
:value="value"
:style="{ width }"
placeholder="--"
- @input="emitValue($event.target.value)"
+ @input="emitValueDebounced($event.target.value)"
/>
@@ -27,12 +27,20 @@
{{ displayValue }}
-
+