Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
26575c50
Commit
26575c50
authored
Jun 13, 2024
by
rdavis
Browse files
Changed column header text to match property.
Removed debugging code.
parent
91d53530
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
src/lib/components/admin/UserChatsModal.svelte
src/lib/components/admin/UserChatsModal.svelte
+1
-4
No files found.
src/lib/components/admin/UserChatsModal.svelte
View file @
26575c50
...
...
@@ -42,9 +42,6 @@
sortOrder = 'asc';
}
}
$: {
console.log(chats);
}
</script>
<Modal size="lg" bind:show>
...
...
@@ -84,7 +81,7 @@
>
<tr>
<th scope="col" class="px-3 py-2 cursor-pointer select-none" on:click={() => setSortKey('title')}>
{$i18n.t('
Nam
e')}
{$i18n.t('
Titl
e')}
{#if sortKey === 'title'}
{sortOrder === 'asc' ? '▲' : '▼'}
{:else}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment