Skip to content

Commit

Permalink
chore: rebase on top of master
Browse files Browse the repository at this point in the history
Signed-off-by: Nastya <[email protected]>
  • Loading branch information
anrusina committed May 18, 2022
1 parent 093210b commit 1859cf5
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/zapp/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@date-io/moment": "1.3.9",
"@flyteorg/flyteidl": "0.24.11",
"@flyteorg/flyteidl": "1.1.0",
"@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 @@ -10,7 +10,7 @@ import { FeatureFlag, useFeatureFlag } from 'basics/FeatureFlags';
import { useAdminVersion } from 'components/hooks/useVersion';
import { env } from 'common/env';
import { UserInformation } from './UserInformation';
import { OnlyMine } from './OnlyMine/OnlyMine';
import { OnlyMine } from './OnlyMine';
import t, { patternKey } from './strings';

const { version: platformVersion } = require('../../../package.json');
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createLocalizedString } from 'basics/Locale';
import { createLocalizedString } from '@flyteconsole/locale';

const str = {
onlyMine_popup_label: 'execution id',
Expand Down

0 comments on commit 1859cf5

Please sign in to comment.