mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-07-10 03:46:01 +00:00
feat(lancamentos): refina filtros e tabela responsiva
This commit is contained in:
@@ -50,7 +50,9 @@ export function buildReadOnlyOptionSets(
|
||||
categoriaOptionsMap.set(item.categoryId, {
|
||||
value: item.categoryId,
|
||||
label: normalizeOptionLabel(item.categoriaName, "Category"),
|
||||
group: item.categoriaType,
|
||||
slug: item.categoryId,
|
||||
icon: item.categoriaIcon,
|
||||
});
|
||||
}
|
||||
});
|
||||
@@ -67,6 +69,8 @@ export function buildReadOnlyOptionSets(
|
||||
(option) => ({
|
||||
slug: option.value,
|
||||
label: option.label,
|
||||
type: option.group,
|
||||
icon: option.icon,
|
||||
}),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user