mirror of
https://github.com/plankanban/planka.git
synced 2025-12-20 09:15:39 +03:00
ref: Remove board types, refactoring
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { Model, attr, fk } from 'redux-orm';
|
||||
import { attr, fk } from 'redux-orm';
|
||||
|
||||
import BaseModel from './BaseModel';
|
||||
import ActionTypes from '../constants/ActionTypes';
|
||||
|
||||
export default class extends Model {
|
||||
export default class extends BaseModel {
|
||||
static modelName = 'List';
|
||||
|
||||
static fields = {
|
||||
|
||||
Reference in New Issue
Block a user