Skip to content

Commit

Permalink
Testing the config
Browse files Browse the repository at this point in the history
Signed-off-by: Jamie Popkin <[email protected]>
  • Loading branch information
popkinj committed Aug 11, 2023
1 parent 591399e commit 9b9d6bc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ import LoadingLabel from '../common/LoadingLabel.vue';
import { useConfigStore } from '@/store/configStore';
const { config } = storeToRefs(useConfigStore());
console.log('config', config);
const toast = useToast();
const messageStore = useMessageStore();
Expand Down

0 comments on commit 9b9d6bc

Please sign in to comment.