chore(sort-table): implemented destroy

This commit is contained in:
Johannes Eder 2021-07-26 18:47:18 +02:00 committed by Sarah Vaupel
parent 2796c940f0
commit 4156db3abb

View File

@ -21,7 +21,7 @@ export class SortTable {
}
destroy() {
console.log('TBD destroy SortTable');
this._storageManager.clear();
}
}