mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +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")
|
if (pageState == "ready")
|
||||||
{
|
{
|
||||||
const newFilterHash = JSON.stringify(prepQueryFilterForBackend(queryFilter));
|
|
||||||
const filterForBackend = prepQueryFilterForBackend(queryFilter);
|
const filterForBackend = prepQueryFilterForBackend(queryFilter);
|
||||||
|
|
||||||
const newFilterHash = JSON.stringify(filterForBackend);
|
const newFilterHash = JSON.stringify(filterForBackend);
|
||||||
|
Reference in New Issue
Block a user