fix: Добавление закрывающего тега в компоненты ImportModal и WsUpdateModal для корректного отображения и предотвращения возможных ошибок рендеринга.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m43s

This commit is contained in:
2025-10-03 13:47:48 +07:00
parent fcd28b6ea9
commit 8954c58744
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -240,6 +240,7 @@ function ImportModal({
</div>
</div>
</div>
</>
);
}
@@ -220,6 +220,7 @@ function WsUpdateModal({ show, url, onClose }) {
</div>
</div>
</div>
</>
);
}