diff options
author | 2021-05-16 22:55:53 -0700 | |
---|---|---|
committer | 2021-05-16 22:55:53 -0700 | |
commit | adf612dc81fbfe347c3dd67ebcfb23eab9dbdff5 (patch) | |
tree | 8b667aea41051b78b02171726e68c72bfc80075b /src/models/properties.rs | |
parent | ddeced347b45f66e8dfdbaff0cae6da50a600539 (diff) | |
parent | e498b3c10e4975993352048b502cbcf55193850b (diff) | |
download | notion-adf612dc81fbfe347c3dd67ebcfb23eab9dbdff5.tar.gz notion-adf612dc81fbfe347c3dd67ebcfb23eab9dbdff5.tar.zst notion-adf612dc81fbfe347c3dd67ebcfb23eab9dbdff5.zip |
Merge branch 'main' into feature/block-children
Diffstat (limited to 'src/models/properties.rs')
-rw-r--r-- | src/models/properties.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models/properties.rs b/src/models/properties.rs index 44f723b..22689e9 100644 --- a/src/models/properties.rs +++ b/src/models/properties.rs @@ -292,7 +292,7 @@ pub enum PropertyValue { id: PropertyId, checkbox: bool, }, - URL { + Url { id: PropertyId, url: String, }, |