mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
Handle req log filter I/O when no project is set
This commit is contained in:
@ -89,7 +89,7 @@ function Search(): JSX.Element {
|
||||
FILTER,
|
||||
{
|
||||
onCompleted: (data) => {
|
||||
setSearchExpr(data.httpRequestLogFilter.searchExpression || "");
|
||||
setSearchExpr(data.httpRequestLogFilter?.searchExpression || "");
|
||||
},
|
||||
}
|
||||
);
|
||||
@ -108,6 +108,7 @@ function Search(): JSX.Element {
|
||||
},
|
||||
});
|
||||
},
|
||||
onError: () => {},
|
||||
});
|
||||
|
||||
const [
|
||||
|
Reference in New Issue
Block a user