fix: add connection timeout to database settings (#4434)

This commit is contained in:
a.e.
2025-04-02 18:11:23 +08:00
committed by GitHub
parent c85b719384
commit 5ad383bc6e
2 changed files with 6 additions and 6 deletions

View File

@@ -50,10 +50,8 @@ const ListItem = () => {
content: t('app:move.hint')
});
const { myApps, loadMyApps, onUpdateApp, setMoveAppId, folderDetail, setSearchKey } = useContextSelector(
AppListContext,
(v) => v
);
const { myApps, loadMyApps, onUpdateApp, setMoveAppId, folderDetail, setSearchKey } =
useContextSelector(AppListContext, (v) => v);
const [editedApp, setEditedApp] = useState<EditResourceInfoFormType>();
const [editHttpPlugin, setEditHttpPlugin] = useState<EditHttpPluginProps>();