ui(sla): move SLA por empresa para acima de SLA por categoria
All checks were successful
All checks were successful
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
a2fa5d046c
commit
ef2545221d
1 changed files with 2 additions and 2 deletions
|
|
@ -330,10 +330,10 @@ export function SlasManager() {
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<CategorySlaManager />
|
|
||||||
|
|
||||||
<CompanySlaManager />
|
<CompanySlaManager />
|
||||||
|
|
||||||
|
<CategorySlaManager />
|
||||||
|
|
||||||
<Dialog open={Boolean(editingSla)} onOpenChange={(value) => (!value ? setEditingSla(null) : null)}>
|
<Dialog open={Boolean(editingSla)} onOpenChange={(value) => (!value ? setEditingSla(null) : null)}>
|
||||||
<DialogContent className="max-w-2xl">
|
<DialogContent className="max-w-2xl">
|
||||||
<DialogHeader>
|
<DialogHeader>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue