mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-11 09:42:47 +01:00
feat: demo flags (#1084)
This commit is contained in:
@@ -41,7 +41,10 @@ const {
|
||||
|
||||
const searchUserDebounced = debounce(() => refetch(), 300)
|
||||
|
||||
watch(searchTerm, () => searchUserDebounced())
|
||||
watch(
|
||||
() => searchTerm.value,
|
||||
() => searchUserDebounced()
|
||||
)
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user