Skip to content

Commit 02ae155

Browse files
fix import airtable
1 parent e3774a0 commit 02ae155

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demo/airtable_importer_settings.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919

2020

2121
# no links in Airtable
22-
link = []
22+
links = []
2323

2424

2525
# links in Airtable: [('table_name', 'column_name', 'other_table_name')]
2626
links = [
27-
('Design projects', 'client', 'Clients'),
28-
('Design projects', 'task', 'Tasks'),
27+
('Design projects', 'Client', 'Clients'),
28+
('Design projects', 'Tasks', 'Tasks'),
2929
]

0 commit comments

Comments
 (0)