diff --git a/.changeset/happy-carpets-wonder.md b/.changeset/happy-carpets-wonder.md new file mode 100644 index 00000000000..fd7e008fc9d --- /dev/null +++ b/.changeset/happy-carpets-wonder.md @@ -0,0 +1,5 @@ +--- +"@wso2is/console": patch +--- + +Fix API Authorization issue diff --git a/apps/console/src/features/applications/api/use-scopes-of-api-resources.ts b/apps/console/src/features/applications/api/use-scopes-of-api-resources.ts index 6c7b8b3a051..31b7edbea16 100644 --- a/apps/console/src/features/applications/api/use-scopes-of-api-resources.ts +++ b/apps/console/src/features/applications/api/use-scopes-of-api-resources.ts @@ -45,7 +45,7 @@ const useScopesOfAPIResources = (requestConfig); + const { data, error, isValidating, mutate } = useRequest(apiResourceId ? requestConfig: null); return { data,