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:
parent
2102a1e608
commit
df18864b9c
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,6 @@ export const useConfigParser = () => {
|
|||
return;
|
||||
}
|
||||
|
||||
return result;
|
||||
return result.data;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue