Skip to content

Commit

Permalink
EPMRPP-77660 || extends createImportProps (#3124)
Browse files Browse the repository at this point in the history
  • Loading branch information
chivekrodis authored Jun 7, 2022
1 parent ed7c3f0 commit 97a7eae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/src/controllers/plugins/uiExtensions/createImportProps.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ import {
createGlobalNamedIntegrationsSelector,
} from 'controllers/plugins/selectors';
import { loginAction } from 'controllers/auth';
import { ModalLayout as ModalLayoutComponent } from 'componentLibrary/modal';
import { FieldText } from 'componentLibrary/fieldText';
import { FieldElement } from 'pages/inside/projectSettingsPageContainer/content/elements';
import { Checkbox } from 'componentLibrary/checkbox';

const BUTTONS = {
GhostButton,
Expand Down Expand Up @@ -249,6 +253,10 @@ export const createImportProps = (pluginName) => ({
IntegrationFormField,
BtsAuthFieldsInfo,
BtsPropertiesForIssueForm,
ModalLayoutComponent,
FieldText,
FieldElement,
Checkbox,
},
constants: {
PLUGIN_UI_EXTENSION_ADMIN_PAGE,
Expand Down

0 comments on commit 97a7eae

Please sign in to comment.