Skip to content

Commit

Permalink
feat: ✨ Including model into FeatureStyleSelector (#1060)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tolfx committed Apr 27, 2022
1 parent f1c4733 commit 9875785
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions new-client/src/plugins/Sketch/views/AddView.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const AddView = (props) => {
activeDrawType={activeDrawType}
drawStyle={props.drawStyle}
drawModel={props.drawModel}
model={model}
setDrawStyle={props.setDrawStyle}
textStyle={props.textStyle}
setTextStyle={props.setTextStyle}
Expand Down

0 comments on commit 9875785

Please sign in to comment.