fix(dashboard): get rid of some prop errors
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user