refactor(FilterManager): remove unnecessary div elements to streamline layout and improve readability
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 58s
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 58s
This commit is contained in:
@@ -1761,7 +1761,6 @@ function FilterManager() {
|
||||
icon={<IconFilter size={24} />}
|
||||
/>
|
||||
|
||||
<div>
|
||||
{/* Уведомления */}
|
||||
{error && (
|
||||
<div className="alert alert-danger alert-dismissible" role="alert">
|
||||
@@ -2171,7 +2170,6 @@ function FilterManager() {
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Модальные окна */}
|
||||
<FormModal
|
||||
|
||||
Reference in New Issue
Block a user