Skip to content

Commit 1e8eaa1

Browse files
atrakhConvex, Inc.
authored andcommitted
dashboard: fix issue with functions log list filtering (#41624)
GitOrigin-RevId: 25930f663bb6a4f25599af4d06860d53030ddbf8
1 parent 9472bfc commit 1e8eaa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm-packages/dashboard-common/src/features/functions/components/FunctionLogs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export function FunctionLogs({
144144
id="Search logs"
145145
placeholder="Filter logs..."
146146
value={innerFilter}
147-
onChange={(e) => setInnerFilter(e.target.value)}
147+
onChange={(e) => setFilter(e.target.value)}
148148
type="search"
149149
/>
150150
</div>

0 commit comments

Comments
 (0)