Skip to content

Commit

Permalink
Improved admin tools
Browse files Browse the repository at this point in the history
  • Loading branch information
elrumo committed Nov 22, 2020
1 parent 15f1390 commit 05b826d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/macos-big-sur-icons/src/views/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@

<script>
import Vue from 'vue'
import { mapActions } from 'vuex';
import Header from '@/components/Header.vue';
import * as firebase from "firebase";
// import * as firebaseui from "firebaseui";
Expand Down Expand Up @@ -217,6 +218,7 @@ export default {
},
methods:{
...mapActions(['showToast']),
showDialog(dialogId, user){
let parent = this
Expand Down

1 comment on commit 05b826d

@vercel
Copy link

@vercel vercel bot commented on 05b826d Nov 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.