Skip to content

Commit ca0f360

Browse files
committed
support change voc for tropes
1 parent bf6085d commit ca0f360

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/panels/detail/components/element/ModalAddTrope.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ export const ModalAddTrope: React.FC<Props> = (props: Props) => {
187187
}
188188
setErrorText={(s) => setError(s)}
189189
newElemDescription="modalNewTropeDescription"
190+
setSelectedVocabulary={(p) => setVocabulary(p)}
190191
/>
191192
</Tab>
192193
<Tab

0 commit comments

Comments
 (0)