From 283665bf605543469ec7806f125e719568c2e687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Fri, 28 Jan 2022 16:46:08 +0100 Subject: [PATCH] [ui] fix lint errors and some warnings --- webui/src/components/AttributeView.svelte | 3 +-- webui/src/components/DropPasteHandler.svelte | 4 +++- webui/src/components/display/UpLink.svelte | 2 +- webui/src/components/display/UpObjectCard.svelte | 2 +- webui/src/components/utils/NotesEditor.svelte | 2 +- webui/src/components/utils/Selector.svelte | 8 +++++--- webui/src/components/widgets/Table.svelte | 16 ++++++++-------- webui/src/lib/entity.ts | 13 ++++++++----- webui/src/util/fetch.ts | 2 +- 9 files changed, 29 insertions(+), 23 deletions(-) diff --git a/webui/src/components/AttributeView.svelte b/webui/src/components/AttributeView.svelte index 737ccff..61492f7 100644 --- a/webui/src/components/AttributeView.svelte +++ b/webui/src/components/AttributeView.svelte @@ -1,5 +1,4 @@