Don't load settings

This commit is contained in:
rxdn 2021-10-25 12:27:12 +01:00
parent 495e781ce2
commit b2d67f12d2

View File

@ -53,9 +53,7 @@
<th>Username</th>
<th>Rating</th>
<th class="reason">Close Reason</th>
{#if settings.store_transcripts}
<th>Transcript</th>
{/if}
</tr>
</thead>
<tbody>
@ -122,8 +120,6 @@
let panels = [];
let selectedPanel;
let settings = {};
const pageLimit = 15;
let page = 1;
@ -214,8 +210,6 @@
notifyError(res.data.error);
return;
}
settings = res.data;
}
async function loadData(paginationSettings) {