fix(dashboard): get rid of some prop errors

This commit is contained in:
Jake Fulmine 2022-08-22 12:43:25 +02:00
parent 0227efbbca
commit 15782d930b

View File

@ -7,8 +7,8 @@
import twemoji from 'twemoji'; import twemoji from 'twemoji';
export let item: any; export let item: any;
export let searchBy: string; export let searchBy: string = null;
export let sortBy: string; export let sortBy: string = null;
let htmlName: string; let htmlName: string;
let nameElement: any; let nameElement: any;