From 5ec530880ecbdbe850c2b852b795e79423aa54d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Tue, 22 Mar 2022 20:35:08 +0100 Subject: [PATCH] ... --- webui/src/components/widgets/Table.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/webui/src/components/widgets/Table.svelte b/webui/src/components/widgets/Table.svelte index 9cef8a3..c0b8d5e 100644 --- a/webui/src/components/widgets/Table.svelte +++ b/webui/src/components/widgets/Table.svelte @@ -13,7 +13,6 @@ import { query } from "../../lib/entity"; import { Readable, readable } from "svelte/store"; import { defaultEntitySort, entityValueSort } from "../../util/sort"; - import { fetchAllAttributes } from "../../lib/api"; import { attributeLabels } from "../../util/labels"; const dispatch = createEventDispatcher();