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
d882cb41
Commit
d882cb41
authored
Apr 16, 2024
by
Timothy J. Baek
Browse files
chore: unused var
parent
323b9adc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/lib/components/documents/AddDocModal.svelte
src/lib/components/documents/AddDocModal.svelte
+0
-1
No files found.
src/lib/components/documents/AddDocModal.svelte
View file @
d882cb41
...
@@ -16,7 +16,6 @@
...
@@ -16,7 +16,6 @@
const i18n = getContext('i18n');
const i18n = getContext('i18n');
export let show = false;
export let show = false;
export let selectedDoc;
let uploadDocInputElement: HTMLInputElement;
let uploadDocInputElement: HTMLInputElement;
let inputFiles;
let inputFiles;
let tags = [];
let tags = [];
...
...
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