File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -198,25 +198,25 @@ export const withActionsAndContextData = (args) => {
198198 items : [
199199 {
200200 id : 1 ,
201- label : ' List Item'
201+ label : " List Item"
202202 } ,
203203 {
204204 id : 2 ,
205- label : ' List Item'
205+ label : " List Item"
206206 } ,
207207 {
208208 id : 3 ,
209- label : ' List Item'
209+ label : " List Item"
210210 } ,
211211 {
212212 id : 4 ,
213- label : ' List Item'
214- } ,
213+ label : " List Item"
214+ }
215215 ] ,
216- onActionClick : ( item : any ) => { alert ( `${ item . label } ${ item . id } action click triggered` ) }
217- }
218-
219- return {
216+ onActionClick : ( item : any ) => { alert ( `${ item . label } ${ item . id } action click triggered` ) ; }
217+ } ;
218+
219+ return {
220220 props : args ,
221221 template : `
222222 <ng-template #actionWithClick let-actionData>
@@ -238,7 +238,7 @@ export const withActionsAndContextData = (args) => {
238238 </cds-contained-list-item>
239239 </cds-contained-list>
240240 `
241- }
241+ } ;
242242} ;
243243
244244const withIconsTemplate = ( ) => ( {
You can’t perform that action at this time.
0 commit comments