fix: cmds params
This commit is contained in:
parent
3a37075e71
commit
d759f48ee8
@ -33,7 +33,7 @@ export async function enhanceProfiles() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export async function patchProfilesConfig(profiles: CmdType.ProfilesConfig) {
|
export async function patchProfilesConfig(profiles: CmdType.ProfilesConfig) {
|
||||||
return invoke<void>("patch_profiles_config");
|
return invoke<void>("patch_profiles_config", { profiles });
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function createProfile(
|
export async function createProfile(
|
||||||
|
Loading…
Reference in New Issue
Block a user