Skip to content

Commit

Permalink
chore: launch jit (#6127)
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-sun authored Jul 1, 2024
1 parent cb42b5a commit 2f31d1a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import useSWR from 'swr';
import DetailsForm from '@/components/DetailsForm';
import FormCard from '@/components/FormCard';
import UnsavedChangesAlertModal from '@/components/UnsavedChangesAlertModal';
import { isDevFeaturesEnabled } from '@/consts/env';
import CodeEditor from '@/ds-components/CodeEditor';
import FormField from '@/ds-components/FormField';
import InlineNotification from '@/ds-components/InlineNotification';
Expand Down Expand Up @@ -137,7 +136,7 @@ function Settings() {
)}
</FormField>
</FormCard>
{isDevFeaturesEnabled && <JitSettings form={form} />}
<JitSettings form={form} />
<UnsavedChangesAlertModal hasUnsavedChanges={!isDeleting && isDirty} />
</DetailsForm>
);
Expand Down

0 comments on commit 2f31d1a

Please sign in to comment.