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) => {
198
198
items : [
199
199
{
200
200
id : 1 ,
201
- label : ' List Item'
201
+ label : " List Item"
202
202
} ,
203
203
{
204
204
id : 2 ,
205
- label : ' List Item'
205
+ label : " List Item"
206
206
} ,
207
207
{
208
208
id : 3 ,
209
- label : ' List Item'
209
+ label : " List Item"
210
210
} ,
211
211
{
212
212
id : 4 ,
213
- label : ' List Item'
214
- } ,
213
+ label : " List Item"
214
+ }
215
215
] ,
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 {
220
220
props : args ,
221
221
template : `
222
222
<ng-template #actionWithClick let-actionData>
@@ -238,7 +238,7 @@ export const withActionsAndContextData = (args) => {
238
238
</cds-contained-list-item>
239
239
</cds-contained-list>
240
240
`
241
- }
241
+ } ;
242
242
} ;
243
243
244
244
const withIconsTemplate = ( ) => ( {
You can’t perform that action at this time.
0 commit comments