mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-23 23:15:10 +00:00
Typesafe setting
This commit is contained in:
parent
373f1e1cdb
commit
132be43e56
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ const settings = definePluginSettings({
|
||||||
reasons: {
|
reasons: {
|
||||||
description: "Your custom reasons",
|
description: "Your custom reasons",
|
||||||
type: OptionType.COMPONENT,
|
type: OptionType.COMPONENT,
|
||||||
default: [],
|
default: [] as string[],
|
||||||
component: ReasonsComponent,
|
component: ReasonsComponent,
|
||||||
},
|
},
|
||||||
isTextInputDefault: {
|
isTextInputDefault: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue