add bar chart support and other fixes
This commit is contained in:
@@ -123,8 +123,6 @@ export default function CreateProject() {
|
||||
<Combobox
|
||||
{...field}
|
||||
onChange={(value) => {
|
||||
console.log("wtf?", value);
|
||||
|
||||
field.onChange(value);
|
||||
}}
|
||||
items={
|
||||
|
||||
Reference in New Issue
Block a user