installed addons does not depend on ctx

This commit is contained in:
nklhrstv 2022-07-11 13:49:31 +03:00
parent 064bae9a58
commit 9f6ee43c71

View file

@ -23,7 +23,7 @@ const useInstalledAddons = (urlParams) => {
};
}
}, [urlParams]);
return useModelState({ model: 'installed_addons', action, deps: ['ctx'] });
return useModelState({ model: 'installed_addons', action });
};
module.exports = useInstalledAddons;