refactor(ASNsNewManager): replace fragment with div for improved structure and consistency in component rendering
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 54s

This commit is contained in:
2026-02-16 18:11:46 +07:00
parent 1c953ed9d8
commit 7509d1c781
+2 -2
View File
@@ -506,7 +506,7 @@ function ASNsNewManager() {
};
return (
<>
<div>
{error && (
<ErrorAlert message={error} onClose={() => setError('')} />
)}
@@ -904,7 +904,7 @@ function ASNsNewManager() {
onCancel={() => setClearCommunitiesOpen(false)}
/>
{/* datalist больше не нужен, т.к. используем кастомный автокомплит */}
</>
</div>
);
}