Skip to content

Commit c328ff1

Browse files
committed
fix(FormGroup): removed debugging statement
1 parent 2e0a52d commit c328ff1

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [unreleased]
5+
6+
### Bug Fixes
7+
8+
- *(FormGroup)* Removed debugging statement
9+
410
## [0.1.0-beta.28] - 2025-04-07
511

612
### Bug Fixes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-patternfly/core",
3-
"version": "0.1.0-beta.28",
3+
"version": "0.1.0-beta.29",
44
"type": "module",
55
"files": [
66
"dist"

packages/core/src/components/Form/FormGroup.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
[styles.modifiers.noPaddingTop]: noPaddingTop,
88
}]"
99
>
10-
{{ Object.keys($slots) }}
1110
<component
1211
:is="(labelInfo || $slots['label-info']) ? 'div' : PassThrough"
1312
:class="styles.formGroupLabelMain"

0 commit comments

Comments
 (0)