Skip to content

Commit

Permalink
Fix issue dashboard issue model import. (#5126) (#5127)
Browse files Browse the repository at this point in the history
Co-authored-by: shuofan <fanshuo2015@gmail.com>
  • Loading branch information
erda-bot and shuofan authored Jun 27, 2022
1 parent b3761bb commit 1cf7e19
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"github.com/erda-project/erda-infra/providers/component-protocol/utils/cputil"
"github.com/erda-project/erda/apistructs"
"github.com/erda-project/erda/internal/apps/dop/component-protocol/components/issue-dashboard/common/model"
"github.com/erda-project/erda/internal/apps/dop/dao"
"github.com/erda-project/erda/internal/apps/dop/providers/issue/dao"
"github.com/erda-project/erda/internal/tools/openapi/legacy/component-protocol/components/filter"
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"github.com/erda-project/erda-infra/providers/component-protocol/utils/cputil"
"github.com/erda-project/erda/apistructs"
"github.com/erda-project/erda/internal/apps/dop/component-protocol/components/issue-dashboard/common/model"
"github.com/erda-project/erda/internal/apps/dop/dao"
"github.com/erda-project/erda/internal/apps/dop/providers/issue/dao"
"github.com/erda-project/erda/internal/tools/openapi/legacy/component-protocol/components/filter"
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"github.com/erda-project/erda-infra/providers/component-protocol/utils/cputil"
"github.com/erda-project/erda/apistructs"
"github.com/erda-project/erda/internal/apps/dop/component-protocol/components/issue-dashboard/common/model"
"github.com/erda-project/erda/internal/apps/dop/dao"
"github.com/erda-project/erda/internal/apps/dop/providers/issue/dao"
"github.com/erda-project/erda/internal/tools/openapi/legacy/component-protocol/components/filter"
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (

"github.com/erda-project/erda-proto-go/dop/issue/core/pb"
"github.com/erda-project/erda/internal/apps/dop/component-protocol/components/issue-dashboard/common/model"
"github.com/erda-project/erda/internal/apps/dop/dao"
"github.com/erda-project/erda/internal/apps/dop/providers/issue/dao"
"github.com/erda-project/erda/internal/tools/openapi/legacy/component-protocol/components/filter"
)

Expand Down

0 comments on commit 1cf7e19

Please sign in to comment.