Skip to content

Commit

Permalink
Migrate SystemicQuestionForm from bootstrap-vue to vuetify 2 #248
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfausk committed Jan 2, 2025
1 parent 58ace06 commit 5ac7ba1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@

<script>
'use strict';
import dayjs from 'dayjs';
import SystemicQuestionForm from './SystemicQuestionForm.vue';
import { useAlertStore, useAuthStore, useClientStore, useSystemicQuestionStore, useTeamStore } from '../../stores';
import {
Expand All @@ -111,6 +110,7 @@ export default {
systemicQuestionStore: useSystemicQuestionStore(),
editSystemicQuestion: {},
dialog: false,
itemsPerPageText,
itemsPerPageOptions,
itemsPerPage: -1,
loadingText,
Expand Down

0 comments on commit 5ac7ba1

Please sign in to comment.