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
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 54s
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user