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