mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-05-09 19:01:47 +00:00
feat: melhora a UX de lançamentos e ações rápidas
This commit is contained in:
@@ -172,7 +172,11 @@ export function TransactionsPage({
|
||||
throw new Error(result.error);
|
||||
}
|
||||
|
||||
toast.success(result.message);
|
||||
toast.success(
|
||||
nextValue
|
||||
? `"${item.name}" marcado como pago`
|
||||
: `"${item.name}" desmarcado`,
|
||||
);
|
||||
} catch (error) {
|
||||
const message =
|
||||
error instanceof Error
|
||||
|
||||
Reference in New Issue
Block a user