Skip to content

Commit

Permalink
Fix allows only has classtype
Browse files Browse the repository at this point in the history
  • Loading branch information
Polleps authored and joepio committed Nov 2, 2023
1 parent e093760 commit 661873f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/populate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pub fn populate_base_models(store: &impl Storelike) -> AtomicResult<()> {
allows_only: None,
},
Property {
class_type: Some(urls::PROPERTY.into()),
class_type: None,
data_type: DataType::ResourceArray,
shortname: "allows-only".into(),
description: "Restricts this Property to only the values inside this one. This essentially turns the Property into an `enum`.".into(),
Expand Down

0 comments on commit 661873f

Please sign in to comment.