Fixed linter issues

This commit is contained in:
Julio-Oliveira-Encora 2024-04-29 10:14:47 -03:00
parent 554b91790c
commit 1fcb7327e4
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -5,8 +5,8 @@ export const config = {
html: (data: Dict) =>
`<i class="mdi mdi-close-circle ${data.className}" title="${data.title}"></i>`,
},
remove_button:{
title:'Remove this item',
remove_button: {
title: "Remove this item",
},
},
};