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

This commit is contained in:
2026-02-16 18:19:46 +07:00
parent 3fade5f1c3
commit 23c863714c
+2 -2
View File
@@ -767,7 +767,7 @@ function IPRangesManager() {
};
return (
<>
<div>
{error && (
<ErrorAlert message={error} onClose={() => setError('')} />
)}
@@ -1352,7 +1352,7 @@ function IPRangesManager() {
</div>
)}
{/* datalist больше не нужен, т.к. используем кастомный автокомплит */}
</>
</div>
);
}