|
@@ -235,7 +235,7 @@ export default defineComponent({
|
|
|
<Picker
|
|
|
columns={state.classList}
|
|
|
columnsFieldNames={{ text: 'name', value: 'value' }}
|
|
|
- onCancel={() => (state.showPopoverOrchestra = false)}
|
|
|
+ onCancel={() => (state.showPopoverClass = false)}
|
|
|
onConfirm={checkClass}
|
|
|
/>
|
|
|
</Popup>
|