File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
src/extension/ui/src/components/tile Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,11 @@ import { v1 } from '@docker/extension-api-client-types';
2
2
import CheckOutlined from '@mui/icons-material/CheckOutlined' ;
3
3
import CloseOutlined from '@mui/icons-material/CloseOutlined' ;
4
4
import {
5
- ButtonGroup ,
6
5
CircularProgress ,
7
6
IconButton ,
8
7
Stack ,
9
8
TextField ,
10
- Typography ,
9
+ Typography
11
10
} from '@mui/material' ;
12
11
import * as JsonSchema from 'json-schema-library' ;
13
12
import { useEffect , useMemo , useState } from 'react' ;
@@ -50,9 +49,9 @@ const ConfigEditor = ({
50
49
( ) =>
51
50
configSchema
52
51
? deepFlattenObject ( {
53
- ...catalogItem . configTemplate ,
54
- ...existingConfigForItem ,
55
- } )
52
+ ...catalogItem . configTemplate ,
53
+ ...existingConfigForItem ,
54
+ } )
56
55
: { } ,
57
56
[ catalogItem . configTemplate , existingConfigForItem , configSchema ]
58
57
) ;
You can’t perform that action at this time.
0 commit comments