mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 22:39:46 +00:00
* closes #2340 and #2431, fixes bug with select all for backup * revefrt mock
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Component } from '@angular/core'
|
||||
import { ModalController } from '@ionic/angular'
|
||||
import { map, take } from 'rxjs/operators'
|
||||
import { map } from 'rxjs/operators'
|
||||
import { DataModel } from 'src/app/services/patch-db/data-model'
|
||||
import { PatchDB } from 'patch-db-client'
|
||||
import { firstValueFrom } from 'rxjs'
|
||||
@@ -13,7 +13,7 @@ import { getManifest } from 'src/app/util/get-package-data'
|
||||
})
|
||||
export class BackupSelectPage {
|
||||
hasSelection = false
|
||||
selectAll = false
|
||||
selectAll = true
|
||||
pkgs: {
|
||||
id: string
|
||||
title: string
|
||||
|
||||
Reference in New Issue
Block a user