Skip to content

Commit bcf5b93

Browse files
committed
feat: remove unused inputClass variable from PrimeInput component
1 parent d4023e3 commit bcf5b93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dev/components/demo/PrimeInput.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ const formSchema = ref(props.schema)
2020
const formData = ref(props.data)
2121
2222
const documentationLink = `https://primevue.org/${props.header.replace('Prime', '').toLowerCase()}`
23-
const inputClass = 'p-button p-component p-formkit-button'
2423
2524
async function submitHandler() {
2625
showSuccessMessage('Form Submitted ...', `${props.header} submitted successfully`)

0 commit comments

Comments
 (0)