mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(dashboard): get rid of some prop errors
This commit is contained in:
parent
0227efbbca
commit
15782d930b
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue