Skip to content

Commit

Permalink
another fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
salazarm committed Sep 29, 2022
1 parent 88b6418 commit d28ab99
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions js_modules/dagit/packages/core/src/runs/RunDetails.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import {gql} from '@apollo/client';
import {
Button,
Colors,
Expand Down Expand Up @@ -259,12 +258,3 @@ export const RunConfigDialog: React.FC<{run: RunFragment; isJob: boolean}> = ({r
</div>
);
};

export const RUN_DETAILS_FRAGMENT = gql`
fragment RunDetailsFragment on Run {
id
startTime
endTime
status
}
`;

0 comments on commit d28ab99

Please sign in to comment.