feat: unify react-query query keys
This commit is contained in:
@@ -3,7 +3,7 @@ import api from 'helpers/api';
|
||||
|
||||
export default function useAppConfig(appKey) {
|
||||
const query = useQuery({
|
||||
queryKey: ['appConfig', appKey],
|
||||
queryKey: ['apps', appKey, 'config'],
|
||||
queryFn: async ({ signal }) => {
|
||||
const { data } = await api.get(`/v1/apps/${appKey}/config`, {
|
||||
signal,
|
||||
|
Reference in New Issue
Block a user