Remove Explorer collection/database text properties (#821)

Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
This commit is contained in:
Sunil Kumar Yadav
2021-05-25 19:02:40 +05:30
committed by GitHub
parent bfdeae56d9
commit 522fdc69ab
13 changed files with 16 additions and 120 deletions

View File

@@ -1,4 +1,3 @@
import * as ko from "knockout";
import * as DataModels from "../../Contracts/DataModels";
import Explorer from "../Explorer";
import Collection from "./Collection";
@@ -36,8 +35,6 @@ describe("Collection", () => {
return false;
};
mockContainer.deleteCollectionText = ko.observable<string>("delete collection");
return generateCollection(mockContainer, "abc", data, {} as DataModels.Offer);
}