mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-07-10 03:46:01 +00:00
Padroniza copias e badges da interface
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import type { payers } from "@/db/schema";
|
||||
import type {
|
||||
AccountCardFilterOption,
|
||||
TransactionFilterOption,
|
||||
SelectOption,
|
||||
TransactionFilterOption,
|
||||
TransactionItem,
|
||||
} from "@/features/transactions/components/types";
|
||||
import type { buildOptionSets } from "@/features/transactions/page-helpers";
|
||||
@@ -35,10 +35,7 @@ export function buildReadOnlyOptionSets(
|
||||
if (item.accountId && !contaOptionsMap.has(item.accountId)) {
|
||||
contaOptionsMap.set(item.accountId, {
|
||||
value: item.accountId,
|
||||
label: normalizeOptionLabel(
|
||||
item.contaName,
|
||||
"FinancialAccount sem nome",
|
||||
),
|
||||
label: normalizeOptionLabel(item.contaName, "Conta sem nome"),
|
||||
slug: item.accountId,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user