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 19026bd commit 0256e60Copy full SHA for 0256e60
resources/js/Components/ui-custom/shortcut-input/ShortcutInput.vue
@@ -357,8 +357,6 @@ const clearShortcut = () => {
357
modelValue.value = undefined
358
}
359
360
-const placeholderText = computed(() => props.placeholder ?? t('app.select shortcut'))
361
-
362
const displayValue = computed(() => {
363
if (recording.value) {
364
return formatDisplay(preview.value) ?? null
0 commit comments