refactor(IPRangesManager): 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
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 1m0s
This commit is contained in:
@@ -767,7 +767,7 @@ function IPRangesManager() {
|
||||
};
|
||||
|
||||
return (
|
||||
<>
|
||||
<div>
|
||||
{error && (
|
||||
<ErrorAlert message={error} onClose={() => setError('')} />
|
||||
)}
|
||||
@@ -1352,7 +1352,7 @@ function IPRangesManager() {
|
||||
</div>
|
||||
)}
|
||||
{/* datalist больше не нужен, т.к. используем кастомный автокомплит */}
|
||||
</>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user