Skip to content

Commit ab59814

Browse files
committed
lambda
1 parent 27404f0 commit ab59814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

photon-client/src/components/cameras/CameraCalibrationInfoCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ const calibrationImageURL = (index: number) =>
323323
<v-btn
324324
:variant="theme.global.name.value === 'LightTheme' ? 'elevated' : 'outlined'"
325325
color="buttonPassive"
326-
@click="confirmRemoveDialog.show = false"
326+
@click="() => confirmRemoveDialog.show = false"
327327
>
328328
Cancel
329329
</v-btn>

0 commit comments

Comments
 (0)