mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 13:20:43 +00:00
Remove dupe line from half-commit of a WIP change
This commit is contained in:
@ -2315,7 +2315,6 @@ const RecordQuery = forwardRef(({table, usage, isModal}: Props, ref) =>
|
||||
|
||||
if (pageState == "ready")
|
||||
{
|
||||
const newFilterHash = JSON.stringify(prepQueryFilterForBackend(queryFilter));
|
||||
const filterForBackend = prepQueryFilterForBackend(queryFilter);
|
||||
|
||||
const newFilterHash = JSON.stringify(filterForBackend);
|
||||
|
Reference in New Issue
Block a user