Fix linting error
This commit is contained in:
parent
b43193cfbb
commit
961c219d6e
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user