[CLAUDE] FE-Admin: Dialog size xl → lg (fix TS2322 CI build)
All checks were successful
Deploy SOLUTION_ERP / build-deploy (push) Successful in 2m48s
All checks were successful
Deploy SOLUTION_ERP / build-deploy (push) Successful in 2m48s
This commit is contained in:
@ -312,7 +312,7 @@ function WorkflowDesigner({
|
|||||||
open
|
open
|
||||||
onClose={onClose}
|
onClose={onClose}
|
||||||
title={`Tạo quy trình mới — ${contractTypeLabel}`}
|
title={`Tạo quy trình mới — ${contractTypeLabel}`}
|
||||||
size="xl"
|
size="lg"
|
||||||
footer={
|
footer={
|
||||||
<>
|
<>
|
||||||
<Button variant="outline" onClick={onClose}>Hủy</Button>
|
<Button variant="outline" onClick={onClose}>Hủy</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user