apply theme
This commit is contained in:
parent
6cee616ad5
commit
3c458c964b
6 changed files with 29 additions and 26 deletions
|
|
@ -143,7 +143,7 @@ export const DEV_populateDatabase = async () => {
|
|||
|
||||
for(let i=0; i < 5; i++){
|
||||
let random = Math.floor(Math.random() * colors.length);
|
||||
await addCategory(`Category ${i}`, colors[random], "budget")
|
||||
await addCategory(`Category ${i}`, colors[random], "budget", 50)
|
||||
}
|
||||
const result = await executeQuery({sql:"SELECT * from category", args:[]})
|
||||
let categories: {[column: string]: any}[];
|
||||
|
|
|
|||
Reference in a new issue