This repository was archived by the owner on Apr 18, 2024. It is now read-only.
File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -248,9 +248,13 @@ export const DataView = injector(
248
248
} ,
249
249
} ,
250
250
{
251
- resolver : ( col ) => col . type === "Image" ,
251
+ resolver : ( col ) => col . type === "Image" && getRoot ( col . original ) . SDK . type !== 'DE' ,
252
252
style : { width : 150 , justifyContent : "center" } ,
253
253
} ,
254
+ {
255
+ resolver : ( col ) => col . type === "Image" && getRoot ( col . original ) . SDK . type === 'DE' ,
256
+ style : { width : 150 } ,
257
+ } ,
254
258
{
255
259
resolver : ( col ) => [ "Date" , "Datetime" ] . includes ( col . type ) ,
256
260
style : { width : 240 } ,
Original file line number Diff line number Diff line change @@ -247,9 +247,13 @@ export const DataView = injector(
247
247
} ,
248
248
} ,
249
249
{
250
- resolver : ( col ) => col . type === "Image" ,
250
+ resolver : ( col ) => col . type === "Image" && getRoot ( col . original ) . SDK . type !== 'DE' ,
251
251
style : { width : 150 , justifyContent : "center" } ,
252
252
} ,
253
+ {
254
+ resolver : ( col ) => col . type === "Image" && getRoot ( col . original ) . SDK . type === 'DE' ,
255
+ style : { width : 150 } ,
256
+ } ,
253
257
{
254
258
resolver : ( col ) => [ "Date" , "Datetime" ] . includes ( col . type ) ,
255
259
style : { width : 240 } ,
You can’t perform that action at this time.
0 commit comments