refactor(GatewayAutocomplete): remove unnecessary div to clean up layout and improve code readability
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 3m40s

This commit is contained in:
2026-02-10 17:54:40 +07:00
parent 5ec477b23a
commit b2b3933d2d
+1 -2
View File
@@ -516,8 +516,7 @@ function GatewayAutocomplete({ label, value, onChange, gateways = [], required =
)}
</div>
)}
</div>
{/* Показываем выбранный gateway отдельной карточкой под полем */}
{value && selectedGateway && !isOpen && (
<div className="mt-2">