Skip to content

Commit

Permalink
fix(steve/actions): fix import resource-utils failed
Browse files Browse the repository at this point in the history
  • Loading branch information
ly5156 committed Feb 2, 2024
1 parent 1458fff commit 66093f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/plugins/steve/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import isObject from 'lodash/isObject';
import { classify } from '@shell/plugins/dashboard-store/classify';
import { NAMESPACE } from '@shell/config/types';
import { handleKubeApiHeaderWarnings } from '@shell/plugins/steve/header-warnings';
import { steveCleanForDownload } from 'plugins/steve/resource-utils';
import { steveCleanForDownload } from '@shell/plugins/steve/resource-utils';

export default {

Expand Down

0 comments on commit 66093f8

Please sign in to comment.