mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-07-09 19:36:02 +00:00
style(inbox): padroniza acao de lancar notificacoes
This commit is contained in:
@@ -245,7 +245,7 @@ export async function fetchDashboardNotifications(
|
||||
]);
|
||||
|
||||
// =====================
|
||||
// Processar notificações
|
||||
// lançar notificações
|
||||
// =====================
|
||||
|
||||
const notifications: DashboardNotification[] = [];
|
||||
|
||||
@@ -206,7 +206,7 @@ export const InboxCard = memo(function InboxCard({
|
||||
onClick={() => onProcess?.(item)}
|
||||
>
|
||||
<RiCheckLine className="mr-1.5 size-4" />
|
||||
Processar
|
||||
Lançar
|
||||
</Button>
|
||||
<Button
|
||||
size="icon-sm"
|
||||
|
||||
@@ -129,7 +129,7 @@ export function InboxDetailsDialog({
|
||||
onProcess(item);
|
||||
}}
|
||||
>
|
||||
Processar
|
||||
Lançar
|
||||
</Button>
|
||||
)}
|
||||
</DialogFooter>
|
||||
|
||||
Reference in New Issue
Block a user