Reduce JavaScript footprint

This commit is contained in:
the-djmaze 2022-10-10 13:52:56 +02:00
parent 689126c57d
commit b12852bd08
42 changed files with 240 additions and 426 deletions

View file

@ -1,5 +1,3 @@
import { koComputable } from 'External/ko';
import { AbstractModel } from 'Knoin/AbstractModel';
export class IdentityModel extends AbstractModel {
@ -23,8 +21,6 @@ export class IdentityModel extends AbstractModel {
askDelete: false
});
this.canBeDeleted = koComputable(() => !!this.id());
}
/**