fix: incorrect data type in the option's metadata
This commit is contained in:
@@ -59,7 +59,7 @@ in
|
||||
})
|
||||
// {
|
||||
meta = {
|
||||
type = "str";
|
||||
type = "string";
|
||||
weight = 1;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user