Skip to content

Commit dabaf27

Browse files
committed
netpyne-105 Change widget type to "func" for mechs params
1 parent 55b942f commit dabaf27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webapp/components/definition/cellRules/sections/mechanisms/NetPyNEMechanism.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default class NetPyNEMechanism extends React.Component {
3737
name={name}
3838
model={`${tag}['${name}']`}
3939
label={name}
40-
realType="float"
40+
realType="func"
4141
/>
4242
</Box>
4343
));

0 commit comments

Comments
 (0)