FEATURE: charts will now use tertiary color (#6342)

This commit is contained in:
Joffrey JAFFEUX
2018-08-30 14:56:11 +02:00
committed by GitHub
parent 90e67b671b
commit bb93179609
3 changed files with 26 additions and 7 deletions

View File

@ -8,7 +8,7 @@ import { renderAvatar } from "discourse/helpers/user-avatar";
// Change this line each time report format change
// and you want to ensure cache is reset
export const SCHEMA_VERSION = 2;
export const SCHEMA_VERSION = 3;
const Report = Discourse.Model.extend({
average: false,