account table is being automatic from now on

This commit is contained in:
Priec
2026-07-29 16:45:38 +02:00
parent a02aba3832
commit f7121e6cf1
6 changed files with 6 additions and 18 deletions

View File

@@ -93,7 +93,6 @@ impl CreateTableForm {
.map(|linked_table_name| TableLink {
linked_table_name,
required: true,
account_value_column: String::new(),
})
.collect::<Vec<_>>();
links.extend(
@@ -102,7 +101,6 @@ impl CreateTableForm {
.map(|linked_table_name| TableLink {
linked_table_name,
required: false,
account_value_column: String::new(),
}),
);