From d7de6491ea4d6c5d9f7be645c6af96a50e04bc17 Mon Sep 17 00:00:00 2001 From: gempir Date: Thu, 22 Sep 2022 21:09:52 +0200 Subject: [PATCH] add better hint how to query by user id --- web/src/components/Filters.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/Filters.tsx b/web/src/components/Filters.tsx index 3ca0289..e76208f 100644 --- a/web/src/components/Filters.tsx +++ b/web/src/components/Filters.tsx @@ -61,9 +61,9 @@ export function Filters() { defaultValue={state.currentChannel} getOptionLabel={(channel: string) => channel} clearOnBlur={false} - renderInput={(params) => } + renderInput={(params) => } /> - +