Skip to content

Commit

Permalink
fix: clean-up
Browse files Browse the repository at this point in the history
Signed-off-by: Olga Nad <[email protected]>
  • Loading branch information
olga-union committed Nov 2, 2022
1 parent 870a91a commit d4dad9d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/zapp/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@date-io/moment": "1.3.9",
"@flyteorg/flyteidl": "1.2.1",
"@flyteorg/flyteidl": "1.2.2",
"@material-ui/core": "^4.0.0",
"@material-ui/icons": "^4.0.0",
"@material-ui/pickers": "^3.2.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ import { executionSortFields } from 'models/Execution/constants';
import { compact } from 'lodash';
import { useOnlyMyExecutionsFilterState } from 'components/Executions/filters/useOnlyMyExecutionsFilterState';
import { executionFilterGenerator } from './generators';
import { entityStrings } from './constants';
import t, { patternKey } from './strings';

const useStyles = makeStyles((theme: Theme) => ({
filtersContainer: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,7 @@ export const NodeExecutionDetailsPanelContent: React.FC<NodeExecutionDetailsProp
const commonStyles = useCommonStyles();
const styles = useStyles();
const queryClient = useQueryClient();
const { getNodeExecutionDetails } = useNodeExecutionContext();
const { compiledWorkflowClosure } = useNodeExecutionContext();
const { getNodeExecutionDetails, compiledWorkflowClosure } = useNodeExecutionContext();
const isGateNode = isNodeGateNode(
compiledWorkflowClosure?.primary.template.nodes ?? [],
nodeExecutionId,
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1662,11 +1662,6 @@
minimatch "^3.1.2"
strip-json-comments "^3.1.1"

"@flyteorg/[email protected]":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@flyteorg/flyteidl/-/flyteidl-1.2.1.tgz#124032da9db6dfabf10007c4549ba469d0b62127"
integrity sha512-NYMwCS7V0gpvSTi+lkvx8NuxvXIsLr/lcKRwdLPMbnHDcpXMq7pTRBUJk+0iicdMqm+bUJOgx7uQYUG0hxp68w==

"@flyteorg/[email protected]":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@flyteorg/flyteidl/-/flyteidl-1.2.2.tgz#aae1e5f8324c4d9a75cbe8b638fba6f2cd5ecc99"
Expand Down

0 comments on commit d4dad9d

Please sign in to comment.