mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore: launch jit (#6127)
This commit is contained in:
parent
cb42b5ad40
commit
2f31d1a746
1 changed files with 1 additions and 2 deletions
|
@ -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';
|
||||
|
@ -137,7 +136,7 @@ function Settings() {
|
|||
)}
|
||||
</FormField>
|
||||
</FormCard>
|
||||
{isDevFeaturesEnabled && <JitSettings form={form} />}
|
||||
<JitSettings form={form} />
|
||||
<UnsavedChangesAlertModal hasUnsavedChanges={!isDeleting && isDirty} />
|
||||
</DetailsForm>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue