feature/IO-3497-Ant-Design-v5-to-v6 - Signed off Files (Checkpoint)
This commit is contained in:
@@ -122,7 +122,7 @@ export function TimeTicketTaskModalComponent({ bodyshop, form, loading, complete
|
||||
))}
|
||||
</tbody>
|
||||
</table>
|
||||
<Alert type="success" message={t("timetickets.labels.payrollclaimedtasks")} />
|
||||
<Alert type="success" title={t("timetickets.labels.payrollclaimedtasks")} />
|
||||
</>
|
||||
);
|
||||
}}
|
||||
@@ -131,7 +131,7 @@ export function TimeTicketTaskModalComponent({ bodyshop, form, loading, complete
|
||||
{unassignedHours > 0 && (
|
||||
<Alert
|
||||
type="error"
|
||||
message={t("timetickets.validation.unassignedlines", {
|
||||
title={t("timetickets.validation.unassignedlines", {
|
||||
unassignedHours: unassignedHours
|
||||
})}
|
||||
/>
|
||||
@@ -141,7 +141,7 @@ export function TimeTicketTaskModalComponent({ bodyshop, form, loading, complete
|
||||
|
||||
{bodyshop?.md_tasks_presets?.use_approvals && (
|
||||
<Col xl={12} lg={24}>
|
||||
<Alert message={t("tt_approvals.labels.approval_queue_in_use")} type="warning" />
|
||||
<Alert title={t("tt_approvals.labels.approval_queue_in_use")} type="warning" />
|
||||
</Col>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user