We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019b7f8 commit 325ecf1Copy full SHA for 325ecf1
Src/Notion.Client/Models/Database/Properties/DateProperty.cs
@@ -4,7 +4,7 @@ namespace Notion.Client
4
{
5
public class DateProperty : Property
6
7
- public override PropertyType Type => PropertyType.MultiSelect;
+ public override PropertyType Type => PropertyType.Date;
8
public Dictionary<string, object> Date { get; set; }
9
}
10
0 commit comments