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
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 3m40s
This commit is contained in:
@@ -516,8 +516,7 @@ function GatewayAutocomplete({ label, value, onChange, gateways = [], required =
|
||||
)}
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
||||
|
||||
{/* Показываем выбранный gateway отдельной карточкой под полем */}
|
||||
{value && selectedGateway && !isOpen && (
|
||||
<div className="mt-2">
|
||||
|
||||
Reference in New Issue
Block a user