feat: Port Schedulers to Mantine

This commit is contained in:
blessedcoolant 2023-06-18 19:31:53 +12:00 committed by psychedelicious
parent 0c3616229e
commit 6bdf68dd4c
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,5 @@
import type { PayloadAction } from '@reduxjs/toolkit';
import { createSlice } from '@reduxjs/toolkit';
import { Scheduler } from 'app/constants';
import { ModelLoaderTypes } from 'features/system/components/ModelSelect';
import { configChanged } from 'features/system/store/configSlice';
import { clamp, sortBy } from 'lodash-es';

View File

@ -16,6 +16,7 @@ const data = map(SCHEDULER_NAMES, (s) => ({
export default function SettingsSchedulers() {
const dispatch = useAppDispatch();
const { t } = useTranslation();
const enabledSchedulers = useAppSelector(