Improved order of lists

This commit is contained in:
Maximilian Giller 2021-04-13 23:40:14 +02:00
parent 20a1378e03
commit db6dc225cf

View file

@ -1,6 +1,7 @@
<template>
<b-table
:items="records"
primary-key="record_id"
hover
:busy="isLoading"
:fields="fields"