fix(salesforce) reduce notification duration (#14068)

pull/14070/head jitsi-meet_9104
Mihaela Dumitru 2 years ago committed by GitHub
parent b0c56d8963
commit 000458697d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      react/features/salesforce/actions.ts

@ -31,6 +31,6 @@ export function showSalesforceNotification() {
dispatch(openDialog(SalesforceLinkDialog));
} ],
appearance: NOTIFICATION_TYPE.NORMAL
}, NOTIFICATION_TIMEOUT_TYPE.STICKY));
}, NOTIFICATION_TIMEOUT_TYPE.LONG));
};
}

Loading…
Cancel
Save