Skip to content

Commit

Permalink
fix: Fix the content customization lacks service option inthe build m…
Browse files Browse the repository at this point in the history
…irror list

Signed-off-by: harrisonliu5 <harrisonliu_5@163.com>
  • Loading branch information
harrisonliu5 committed Jul 20, 2020
1 parent dd5d415 commit dd09599
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/projects/containers/ImageBuilder/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ export default class ImageBuilders extends React.Component {
{
title: t('Service'),
dataIndex: 'serviceName',
isHideable: true,
width: '15%',
render: name => {
if (name) {
Expand Down

0 comments on commit dd09599

Please sign in to comment.