mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Eject create-react-app
This commit is contained in:
@@ -94,7 +94,7 @@ const useList = <QueryResult extends IQueryResult, QueryData extends IDataItem>(
|
||||
}
|
||||
|
||||
// make a copy of the filter and call the hook
|
||||
let newFilter = _.cloneDeep(filter);
|
||||
const newFilter = _.cloneDeep(filter);
|
||||
return options.filterHook(newFilter);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user