fix(trait): typo cloe modal untuk hanya 1 modal
This commit is contained in:
parent
a78c490f7d
commit
2f62af0f76
@ -21,6 +21,6 @@ public function closeModal(string $modalName, ?bool $isCloseAll = false)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
Flux::modals($modalName)->close();
|
Flux::modal($modalName)->close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user