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

This commit is contained in:
2026-02-16 18:15:37 +07:00
parent 7509d1c781
commit 3fade5f1c3
+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>
</>
);
}