Fix linting error

This commit is contained in:
Torjus Håkestad 2021-04-10 13:49:08 +02:00
parent b43193cfbb
commit 961c219d6e

View File

@ -22,6 +22,7 @@ export default class AttemptList extends Vue {
@Prop() private items!: LoginAttempt[]; @Prop() private items!: LoginAttempt[];
attempts: LoginAttempt[]; attempts: LoginAttempt[];
fields: BvTableFieldArray = [ fields: BvTableFieldArray = [
{ {
key: 'date', key: 'date',