@webitel/ui-sdk 24.12.128 → 24.12.129
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.
package/package.json
CHANGED
|
@@ -107,17 +107,6 @@ const submit = () => {
|
|
|
107
107
|
});
|
|
108
108
|
};
|
|
109
109
|
|
|
110
|
-
if (props.options) {
|
|
111
|
-
watch(
|
|
112
|
-
props.options,
|
|
113
|
-
() => {
|
|
114
|
-
filterName.value = props.options[0]?.value;
|
|
115
|
-
filterValue.value = null;
|
|
116
|
-
},
|
|
117
|
-
{ immediate: true },
|
|
118
|
-
);
|
|
119
|
-
}
|
|
120
|
-
|
|
121
110
|
if (props.filter) {
|
|
122
111
|
watch(
|
|
123
112
|
props.filter,
|