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 2e0a52d commit c328ff1Copy full SHA for c328ff1
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [unreleased]
5
+
6
+### Bug Fixes
7
8
+- *(FormGroup)* Removed debugging statement
9
10
## [0.1.0-beta.28] - 2025-04-07
11
12
### Bug Fixes
packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue-patternfly/core",
- "version": "0.1.0-beta.28",
+ "version": "0.1.0-beta.29",
"type": "module",
"files": [
"dist"
packages/core/src/components/Form/FormGroup.vue
@@ -7,7 +7,6 @@
[styles.modifiers.noPaddingTop]: noPaddingTop,
}]"
>
- {{ Object.keys($slots) }}
<component
:is="(labelInfo || $slots['label-info']) ? 'div' : PassThrough"
13
:class="styles.formGroupLabelMain"
0 commit comments