INFRA-3312 | Saqib | Remove mock server from ui

This commit is contained in:
Saqib Perwaiz
2024-05-29 00:03:44 +05:30
parent edabb07469
commit d3eefc098d

View File

@@ -286,10 +286,6 @@ const PerfUtilityCard = () => {
const { values }: { values: any } = useFormikContext();
return (
<CardLayout heading="Optional Perf Utility Containers">
<MarginedFormControlLabel
control={<FormikCheckbox name="deployment.perfUtility.mockServer" />}
label="Mock Server"
/>
<MarginedFormControlLabel
control={<FormikCheckbox name="deployment.perfUtility.postgresServer" />}
label="Postgres Server"