Fixing bug on collection deletion
Extending Admin Interface Adding cleanup procedure, that clears undeleted collection data
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { Context } from "koa";
|
||||
import getTemplate from "./hb";
|
||||
import { getTemplate } from "./hb";
|
||||
|
||||
export default function getTable(title: string, data: any[], ctx: Context) {
|
||||
let table: string[][] = [];
|
||||
|
Reference in New Issue
Block a user