feat: update getApprovalWorkflow

This commit is contained in:
hanif salafi 2025-10-07 15:35:51 +07:00
parent 8775d1a999
commit ac4dcacfd7
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ function TenantSettingsContentTable() {
setIsLoading(true); setIsLoading(true);
try { try {
const [comprehensiveWorkflowRes, userLevelsRes] = await Promise.all([ const [comprehensiveWorkflowRes, userLevelsRes] = await Promise.all([
getApprovalWorkflowComprehensiveDetails(4), getApprovalWorkflowComprehensiveDetails(),
getUserLevels(), getUserLevels(),
]); ]);