0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

fix(console): fix connector json config save (#3101)

This commit is contained in:
wangsijie 2023-02-13 12:08:46 +08:00 committed by GitHub
parent 2102a1e608
commit df18864b9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,6 @@ export const useConfigParser = () => {
return;
}
return result;
return result.data;
};
};