Fix dupe call to doRecordAnalytics

This commit is contained in:
2025-05-30 09:20:08 -05:00
parent 80ac2a304a
commit 248040a99f

View File

@ -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