Skip to content

Commit

Permalink
fix the set as default apps issue with links
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavan committed Feb 8, 2025
1 parent 2840d64 commit b51ed8c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,12 @@ const IntegrationsContainer = ({

const handleUpdateUserDefaultConferencingApp = ({
appSlug,
appLink,
onSuccessCallback,
onErrorCallback,
}: UpdateUsersDefaultConferencingAppParams) => {
updateDefaultAppMutation.mutate(
{ appSlug },
{ appSlug, appLink },
{
onSuccess: () => {
showToast("Default app updated successfully", "success");
Expand Down

0 comments on commit b51ed8c

Please sign in to comment.