Skip to content
Snippets Groups Projects
Unverified Commit d759f48e authored by GyDi's avatar GyDi
Browse files

fix: cmds params

parent 3a37075e
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ export async function enhanceProfiles() {
}
export async function patchProfilesConfig(profiles: CmdType.ProfilesConfig) {
return invoke<void>("patch_profiles_config");
return invoke<void>("patch_profiles_config", { profiles });
}
export async function createProfile(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment