Skip to content

Commit 6878f54

Browse files
committed
Removing unused component to pass static analysis.
Signed-off-by: Alioune SY <[email protected]>
1 parent 080ce80 commit 6878f54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/views/administration/configuration/TaskScheduler.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@
119119
</template>
120120

121121
<script>
122-
import { ValidationObserver } from 'vee-validate';
123122
import BValidatedInputGroupFormInput from '../../../forms/BValidatedInputGroupFormInput'
124123
import configPropertyMixin from "../mixins/configPropertyMixin";
125124
@@ -129,7 +128,6 @@
129128
header: String
130129
},
131130
components: {
132-
ValidationObserver,
133131
BValidatedInputGroupFormInput
134132
},
135133
data() {

0 commit comments

Comments
 (0)