diff --git a/src/utils/exportData.tsx b/src/utils/exportData.tsx index 56b0d091c..7125214b2 100644 --- a/src/utils/exportData.tsx +++ b/src/utils/exportData.tsx @@ -469,7 +469,7 @@ export async function getStoreExport( const state = store.getState(); const {clients} = state.connections; const client = clients.find( - client => client.query.app === state.connections.selectedApp, + client => client.id === state.connections.selectedApp, ); const {pluginStates} = state; const {plugins} = state;