It's state, not config.

This commit is contained in:
2026-07-10 05:21:03 +00:00
parent 4feaa63da0
commit 5c26c7530a
18 changed files with 184 additions and 216 deletions

View File

@@ -10,7 +10,7 @@ interface CreateConfigResponse {
/**
* Hook for managing Wild Central global configuration
* Endpoint: /api/v1/config
* File: {dataDir}/config.yaml
* File: {dataDir}/state.yaml
*/
export const useConfig = () => {
const queryClient = useQueryClient();