diff --git a/src/qqq/pages/records/query/RecordQuery.tsx b/src/qqq/pages/records/query/RecordQuery.tsx index cefae62..fc4e606 100644 --- a/src/qqq/pages/records/query/RecordQuery.tsx +++ b/src/qqq/pages/records/query/RecordQuery.tsx @@ -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