We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4bf7c9 commit a4f08e6Copy full SHA for a4f08e6
1 file changed
app.py
@@ -27,7 +27,7 @@ def Sankey_Evaluate():
27
28
########## REPLACE THIS SECTION WITH OWN RUN CODE #################
29
#uses rdf types
30
- accepted_types = {'ComponentDefinition'}
+ accepted_types = {'Component'}
31
32
acceptable = rdf_type in accepted_types
33
0 commit comments