Don't load settings
This commit is contained in:
parent
495e781ce2
commit
b2d67f12d2
@ -53,9 +53,7 @@
|
|||||||
<th>Username</th>
|
<th>Username</th>
|
||||||
<th>Rating</th>
|
<th>Rating</th>
|
||||||
<th class="reason">Close Reason</th>
|
<th class="reason">Close Reason</th>
|
||||||
{#if settings.store_transcripts}
|
|
||||||
<th>Transcript</th>
|
<th>Transcript</th>
|
||||||
{/if}
|
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@ -122,8 +120,6 @@
|
|||||||
let panels = [];
|
let panels = [];
|
||||||
let selectedPanel;
|
let selectedPanel;
|
||||||
|
|
||||||
let settings = {};
|
|
||||||
|
|
||||||
const pageLimit = 15;
|
const pageLimit = 15;
|
||||||
let page = 1;
|
let page = 1;
|
||||||
|
|
||||||
@ -214,8 +210,6 @@
|
|||||||
notifyError(res.data.error);
|
notifyError(res.data.error);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
settings = res.data;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async function loadData(paginationSettings) {
|
async function loadData(paginationSettings) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user