Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #260 from riccardo-forina/editor-step
Browse files Browse the repository at this point in the history
  • Loading branch information
pure-bot[bot] authored May 9, 2019
2 parents 36aad43 + f8eb0e7 commit 9a8397b
Show file tree
Hide file tree
Showing 23 changed files with 2,059 additions and 577 deletions.
470 changes: 7 additions & 463 deletions app/ui-react/packages/api/src/WithIntegrationHelpers.tsx

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions app/ui-react/packages/api/src/WithOAuthApps.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { OAuthApp } from '@syndesis/models';
import { IListResult } from '@syndesis/models/src';
import { IListResult, OAuthApp } from '@syndesis/models';
import * as React from 'react';
import { IFetchState } from './Fetch';
import { SyndesisFetch } from './SyndesisFetch';
Expand Down
2 changes: 1 addition & 1 deletion app/ui-react/packages/api/src/WithSteps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
TEMPLATE,
} from './constants';

const ALL_STEPS: StepKind[] = [
export const ALL_STEPS: StepKind[] = [
requiresInputOutputDataShapes(
{
id: undefined,
Expand Down
Loading

0 comments on commit 9a8397b

Please sign in to comment.