refactor(GatewayAutocomplete): remove commented code to streamline FilterManager component
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 2m42s
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 2m42s
This commit is contained in:
@@ -518,8 +518,6 @@ function GatewayAutocomplete({ label, value, onChange, gateways = [], required =
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Показываем выбранный gateway отдельной карточкой под полем */}
|
||||
{value && selectedGateway && !isOpen && (
|
||||
<div className="mt-2">
|
||||
<div className="d-flex align-items-center gap-2 p-2 bg-light rounded">
|
||||
|
||||
Reference in New Issue
Block a user