Fixed #5840 - FloatLabel: ReferenceError: FloatLabelStyle is not defined

pull/5850/head
tugcekucukoglu 2024-06-07 11:22:01 +03:00
parent 1509d573df
commit 7bc55665b8
1 changed files with 2 additions and 1 deletions

View File

@ -109,6 +109,7 @@ const CORE_STYLE_DEPENDENCIES = {
'primevue/editor/style': 'primevue.editor.style',
'primevue/fieldset/style': 'primevue.fieldset.style',
'primevue/fileupload/style': 'primevue.fileupload.style',
'primevue/floatlabel/style': 'primevue.floatlabel.style',
'primevue/focustrap/style': 'primevue.focustrap.style',
'primevue/galleria/style': 'primevue.galleria.style',
'primevue/image/style': 'primevue.image.style',
@ -402,7 +403,7 @@ function addStyle() {
addEntry(folderName + '/style', file, name);
}
});
} catch {}
} catch { }
});
}