Skip to content

Commit ce017fc

Browse files
authored
Merge pull request #49 from seatable/fix-import-airtable
fix import airtable
2 parents e3774a0 + 02ae155 commit ce017fc

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)