Clean up for docker push

This commit is contained in:
iamBadgers
2026-04-12 15:54:25 -07:00
parent 36ddf885cb
commit f1a280acb6
4 changed files with 18 additions and 304 deletions

View File

@@ -53,7 +53,7 @@ function deleteTable(tableId: number) {
.then((resp) => (allTables.value = resp.data))
}
function buildButtonModel(table) {
function buildButtonModel(table: any) {
return [
{
label: 'Edit',