Adding image support to list view (#20449)

This commit is contained in:
Aasim Khan
2022-08-31 09:02:40 -07:00
committed by GitHub
parent 3fc3c106bb
commit 010fe91921
11 changed files with 152 additions and 81 deletions

View File

@@ -138,8 +138,8 @@ export class ResourceTypePickerDialog extends DialogBase {
text: loc.resourceTypeCategoryListViewTitle
},
CSSStyles: {
'width': '140px',
'margin-top': '35px'
'margin-top': '35px',
'width': '140px'
},
options: items,
selectedOptionId: items[0].id,