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
View File
@@ -516,7 +516,6 @@ function GatewayAutocomplete({ label, value, onChange, gateways = [], required =
)} )}
</div> </div>
)} )}
</div>
{/* Показываем выбранный gateway отдельной карточкой под полем */} {/* Показываем выбранный gateway отдельной карточкой под полем */}
{value && selectedGateway && !isOpen && ( {value && selectedGateway && !isOpen && (