fix(dashboard): get rid of some prop errors
This commit is contained in:
parent
0227efbbca
commit
15782d930b
@ -7,8 +7,8 @@
|
||||
import twemoji from 'twemoji';
|
||||
|
||||
export let item: any;
|
||||
export let searchBy: string;
|
||||
export let sortBy: string;
|
||||
export let searchBy: string = null;
|
||||
export let sortBy: string = null;
|
||||
|
||||
let htmlName: string;
|
||||
let nameElement: any;
|
||||
|
Loading…
Reference in New Issue
Block a user