We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27404f0 commit ab59814Copy full SHA for ab59814
photon-client/src/components/cameras/CameraCalibrationInfoCard.vue
@@ -323,7 +323,7 @@ const calibrationImageURL = (index: number) =>
323
<v-btn
324
:variant="theme.global.name.value === 'LightTheme' ? 'elevated' : 'outlined'"
325
color="buttonPassive"
326
- @click="confirmRemoveDialog.show = false"
+ @click="() => confirmRemoveDialog.show = false"
327
>
328
Cancel
329
</v-btn>
0 commit comments