Skip to content

Commit 0256e60

Browse files
committed
fix(): cleanup
1 parent 19026bd commit 0256e60

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

resources/js/Components/ui-custom/shortcut-input/ShortcutInput.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,6 @@ const clearShortcut = () => {
357357
modelValue.value = undefined
358358
}
359359
360-
const placeholderText = computed(() => props.placeholder ?? t('app.select shortcut'))
361-
362360
const displayValue = computed(() => {
363361
if (recording.value) {
364362
return formatDisplay(preview.value) ?? null

0 commit comments

Comments
 (0)