Skip to content

Commit

Permalink
Fix/epmrpp 96302 error occurs when opening qg page (#4073)
Browse files Browse the repository at this point in the history
* EPMRPP-96302 || Error occurs when opening QG page

* EPMRPP-96302 || fix selector import
  • Loading branch information
BlazarQSO authored Oct 29, 2024
1 parent 4092f7c commit a914622
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions app/src/controllers/plugins/uiExtensions/createImportProps.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ import {
CANCELLED,
STOPPED,
} from 'common/constants/testStatuses';
import { isAdminSelector, activeProjectSelector } from 'controllers/user';
import { isAdminSelector, activeProjectKeySelector } from 'controllers/user';
import {
projectMembersSelector,
projectInfoSelector,
Expand All @@ -77,7 +77,7 @@ import {
pluginRouteSelector,
updatePagePropertiesAction,
pagePropertiesSelector,
urlProjectSlugSelector,
urlOrganizationAndProjectSelector,
querySelector,
payloadSelector,
activeProjectRoleSelector,
Expand Down Expand Up @@ -337,9 +337,8 @@ export const createImportProps = (pluginName) => ({
selectors: {
pluginRouteSelector,
payloadSelector,
activeProjectSelector,
// TODO: rename properties in plugins in the future
projectIdSelector: urlProjectSlugSelector,
activeProjectKeySelector,
urlOrganizationAndProjectSelector,
// TODO: must be removed when the common plugin commands will be used
globalIntegrationsSelector: createGlobalNamedIntegrationsSelector(pluginName),
projectMembersSelector,
Expand Down

0 comments on commit a914622

Please sign in to comment.