diff --git a/js/actions/user_actions.js b/js/actions/user_actions.js index 9d59044f..a661b8de 100644 --- a/js/actions/user_actions.js +++ b/js/actions/user_actions.js @@ -1,6 +1,6 @@ 'use strict'; -import { alt } from '../alt'; +import { altUser } from '../alt'; class UserActions { @@ -15,4 +15,4 @@ class UserActions { } } -export default alt.createActions(UserActions); +export default altUser.createActions(UserActions); diff --git a/js/alt.js b/js/alt.js index 3e1d3fae..141248c1 100644 --- a/js/alt.js +++ b/js/alt.js @@ -4,4 +4,5 @@ import Alt from 'alt'; export let alt = new Alt(); export let altThirdParty = new Alt(); +export let altUser = new Alt(); export let altWhitelabel = new Alt(); diff --git a/js/components/ascribe_settings/webhook_settings.js b/js/components/ascribe_settings/webhook_settings.js index 4928c408..ab6f888a 100644 --- a/js/components/ascribe_settings/webhook_settings.js +++ b/js/components/ascribe_settings/webhook_settings.js @@ -140,7 +140,7 @@ let WebhookSettings = React.createClass({ a target url.
-