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 1m0s

This commit is contained in:
2026-02-16 18:22:50 +07:00
parent 23c863714c
commit f8713e0bf9
+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>
);
}