Fix labels randomly changing color after saving
This commit is contained in:
parent
3313801174
commit
b12869e509
10 changed files with 52 additions and 10 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import AbstractModel from './abstractModel'
|
||||
import UserModel from './user'
|
||||
import {colorIsDark} from '@/helpers/colorIsDark'
|
||||
import {colorIsDark} from '@/helpers/color/colorIsDark'
|
||||
|
||||
export default class LabelModel extends AbstractModel {
|
||||
constructor(data) {
|
||||
|
|
|
|||
Reference in a new issue