Merge pull request #973 from gradido/fix_publisher_id_config

fix publisherId config
This commit is contained in:
Ulf Gebhardt 2021-10-14 15:58:24 +02:00 committed by GitHub
commit 2968421b7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@
<script>
import NavbarToggleButton from '@/components/NavbarToggleButton'
import VueQrcode from 'vue-qrcode'
import { CONFIG } from '../../config'
import CONFIG from '../../config'
export default {
name: 'sidebar',