Fix labels randomly changing color after saving

This commit is contained in:
kolaente 2021-01-17 11:51:07 +01:00
parent 3313801174
commit b12869e509
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
10 changed files with 52 additions and 10 deletions

View file

@ -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) {