sit-onyx 1.4.0-dev-20251106141823 → 1.4.0-dev-20251106171054
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6398,7 +6398,7 @@ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6398
6398
|
createVNode($setup["OnyxSystemButton"], mergeProps({
|
|
6399
6399
|
label: (
|
|
6400
6400
|
// if type is `click` aria-label will always be defined
|
|
6401
|
-
_trigger["aria-label"]
|
|
6401
|
+
_trigger["aria-label"] ?? ""
|
|
6402
6402
|
),
|
|
6403
6403
|
icon: $setup.iconCircleInformation,
|
|
6404
6404
|
class: "onyx-info-tooltip__trigger",
|