You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using notion.databases.create if you pass a property with a name different from the ID it is not respected and name is taking ID value
To Reproduce
Node version: 20.4.0
Notion JS library version: 2.2.7
Describe the bug
When using
notion.databases.create
if you pass a property with aname
different from the ID it is not respected andname
is taking ID valueTo Reproduce
Node version: 20.4.0
Notion JS library version: 2.2.7
Steps to reproduce the behavior:
create a database with the following code:
You will notice that
name
returned from the API is nowFoo
and that UI matches this.Expected behavior
The
name
attribute is respected from the API and properly matching in the UIScreenshots
Please include any screenshots that help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: