mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
Fix dupe call to doRecordAnalytics
This commit is contained in:
@ -2450,7 +2450,6 @@ const RecordQuery = forwardRef(({table, apiVersion, usage, isModal, isPreview, a
|
||||
setTableMetaData(tableMetaData);
|
||||
setTableLabel(tableMetaData.label);
|
||||
|
||||
doRecordAnalytics({location: window.location, title: "Query: " + tableMetaData.label});
|
||||
doRecordAnalytics({location: window.location, title: "Query: " + tableMetaData.label});
|
||||
|
||||
setTableProcesses(ProcessUtils.getProcessesForTable(metaData, tableName)); // these are the ones to show in the dropdown
|
||||
|
Reference in New Issue
Block a user