|
|
@@ -1,5 +1,4 @@
|
|
|
import {Str, Model, Uid, Bool, Num, Attr, HasOne} from '@vuex-orm/core'
|
|
|
-import {Subdomain} from "~/models/Organization/Subdomain";
|
|
|
|
|
|
export class Parameters extends Model {
|
|
|
static entity = 'parameters'
|
|
|
@@ -34,12 +33,6 @@ export class Parameters extends Model {
|
|
|
@Bool(true, { nullable: false })
|
|
|
logoDonorsMove!: boolean
|
|
|
|
|
|
- @Str(null, { nullable: true })
|
|
|
- subDomain!: string|null
|
|
|
-
|
|
|
- @Str(null, { nullable: true })
|
|
|
- website!: string|null
|
|
|
-
|
|
|
@Str(null, { nullable: true })
|
|
|
otherWebsite!: string|null
|
|
|
|