fix: the name change
This commit is contained in:
@@ -3,7 +3,7 @@ import WidgetHead from './WidgetHead.vue';
|
||||
import WidgetBody from './WidgetBody.vue';
|
||||
import WidgetFooter from './WidgetFooter.vue';
|
||||
import InputRadioGroup from 'dashboard/routes/dashboard/settings/inbox/components/InputRadioGroup.vue';
|
||||
import { useInstallationName } from 'shared/helpers/installationHelper';
|
||||
import { useInstallationName } from 'shared/helpers/installationNameHelper';
|
||||
import { mapGetters } from 'vuex';
|
||||
|
||||
export default {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<script>
|
||||
import { mapGetters } from 'vuex';
|
||||
import { useInstallationName } from 'shared/helpers/installationHelper';
|
||||
import { useInstallationName } from 'shared/helpers/installationNameHelper';
|
||||
import SettingsHeader from 'dashboard/routes/dashboard/settings/SettingsHeader.vue';
|
||||
export default {
|
||||
components: {
|
||||
|
||||
@@ -3,7 +3,7 @@ import ChannelItem from 'dashboard/components/widgets/ChannelItem.vue';
|
||||
import router from '../../../index';
|
||||
import PageHeader from '../SettingsSubPageHeader.vue';
|
||||
import { mapGetters } from 'vuex';
|
||||
import { useInstallationName } from 'shared/helpers/installationHelper';
|
||||
import { useInstallationName } from 'shared/helpers/installationNameHelper';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<script>
|
||||
import { mapGetters } from 'vuex';
|
||||
import { useInstallationName } from 'shared/helpers/installationHelper';
|
||||
import { useInstallationName } from 'shared/helpers/installationNameHelper';
|
||||
|
||||
export default {
|
||||
computed: {
|
||||
|
||||
@@ -4,7 +4,7 @@ import { useAlert } from 'dashboard/composables';
|
||||
import { useAdmin } from 'dashboard/composables/useAdmin';
|
||||
import { useAccount } from 'dashboard/composables/useAccount';
|
||||
import Settings from './Settings.vue';
|
||||
import { useInstallationName } from 'shared/helpers/installationHelper';
|
||||
import { useInstallationName } from 'shared/helpers/installationNameHelper';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
||||
@@ -10,7 +10,7 @@ import { mapGetters } from 'vuex';
|
||||
import ChannelApi from '../../../../../api/channels';
|
||||
import PageHeader from '../../SettingsSubPageHeader.vue';
|
||||
import router from '../../../../index';
|
||||
import { useInstallationName } from 'shared/helpers/installationHelper';
|
||||
import { useInstallationName } from 'shared/helpers/installationNameHelper';
|
||||
|
||||
import { loadScript } from 'dashboard/helper/DOMHelpers';
|
||||
import * as Sentry from '@sentry/browser';
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
import { mapGetters } from 'vuex';
|
||||
import { frontendURL } from '../../../../helper/URLHelper';
|
||||
import { useAlert } from 'dashboard/composables';
|
||||
import { useInstallationName } from 'shared/helpers/installationHelper';
|
||||
import { useInstallationName } from 'shared/helpers/installationNameHelper';
|
||||
|
||||
export default {
|
||||
props: {
|
||||
|
||||
@@ -3,7 +3,7 @@ import { computed } from 'vue';
|
||||
import { useStoreGetters } from 'dashboard/composables/store';
|
||||
import { useI18n } from 'dashboard/composables/useI18n';
|
||||
import { frontendURL } from 'dashboard/helper/URLHelper';
|
||||
import { useInstallationName } from 'shared/helpers/installationHelper';
|
||||
import { useInstallationName } from 'shared/helpers/installationNameHelper';
|
||||
|
||||
const props = defineProps({
|
||||
id: {
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
<script>
|
||||
import { mapGetters } from 'vuex';
|
||||
import { useAlert } from 'dashboard/composables';
|
||||
import { useInstallationName } from 'shared/helpers/installationHelper';
|
||||
import { useInstallationName } from 'shared/helpers/installationNameHelper';
|
||||
import messageFormatterMixin from 'shared/mixins/messageFormatterMixin';
|
||||
|
||||
export default {
|
||||
|
||||
@@ -3,7 +3,7 @@ import { mapGetters } from 'vuex';
|
||||
import { useAlert } from 'dashboard/composables';
|
||||
import NewWebhook from './NewWebHook.vue';
|
||||
import EditWebhook from './EditWebHook.vue';
|
||||
import { useInstallationName } from 'shared/helpers/installationHelper';
|
||||
import { useInstallationName } from 'shared/helpers/installationNameHelper';
|
||||
import WebhookRow from './WebhookRow.vue';
|
||||
|
||||
export default {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
<script>
|
||||
import { useAlert } from 'dashboard/composables';
|
||||
import { useInstallationName } from 'shared/helpers/installationHelper';
|
||||
import { useInstallationName } from 'shared/helpers/installationNameHelper';
|
||||
import { mapGetters } from 'vuex';
|
||||
import WebhookForm from './WebhookForm.vue';
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ import { useAlert } from 'dashboard/composables';
|
||||
import { useUISettings } from 'dashboard/composables/useUISettings';
|
||||
import { clearCookiesOnLogout } from 'dashboard/store/utils/api.js';
|
||||
import { copyTextToClipboard } from 'shared/helpers/clipboard';
|
||||
import { useInstallationName } from 'shared/helpers/installationHelper';
|
||||
import { useInstallationName } from 'shared/helpers/installationNameHelper';
|
||||
import UserProfilePicture from './UserProfilePicture.vue';
|
||||
import UserBasicDetails from './UserBasicDetails.vue';
|
||||
import MessageSignature from './MessageSignature.vue';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<script>
|
||||
import { useInstallationName } from 'shared/helpers/installationHelper';
|
||||
import { useInstallationName } from 'shared/helpers/installationNameHelper';
|
||||
|
||||
const {
|
||||
LOGO_THUMBNAIL: logoThumbnail,
|
||||
|
||||
@@ -3,7 +3,7 @@ import { useVuelidate } from '@vuelidate/core';
|
||||
import { mapGetters } from 'vuex';
|
||||
import { useAlert } from 'dashboard/composables';
|
||||
import { required, minLength, email } from '@vuelidate/validators';
|
||||
import { useInstallationName } from 'shared/helpers/installationHelper';
|
||||
import { useInstallationName } from 'shared/helpers/installationNameHelper';
|
||||
import FormInput from '../../../../components/Form/Input.vue';
|
||||
import { resetPassword } from '../../../../api/auth';
|
||||
import SubmitButton from '../../../../components/Button/SubmitButton.vue';
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<script>
|
||||
import { mapGetters } from 'vuex';
|
||||
import { useInstallationName } from 'shared/helpers/installationHelper';
|
||||
import { useInstallationName } from 'shared/helpers/installationNameHelper';
|
||||
import SignupForm from './components/Signup/Form.vue';
|
||||
import Testimonials from './components/Testimonials/Index.vue';
|
||||
import Spinner from 'shared/components/Spinner.vue';
|
||||
|
||||
Reference in New Issue
Block a user