[ui] fix "expected prop columns" warning

feat/vaults
Tomáš Mládek 2022-02-17 16:02:17 +01:00
parent ec094f507a
commit 8e3346e214
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
import { defaultEntitySort, entityValueSort } from "../../util/sort";
const dispatch = createEventDispatcher();
export let columns: string;
export let columns: string | undefined = undefined;
export let header = true;
export let orderByValue = false;