@mythpe/quasar-ui-qui 0.2.84 → 0.2.85

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mythpe/quasar-ui-qui",
3
- "version": "0.2.84",
3
+ "version": "0.2.85",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -938,7 +938,6 @@ defineExpose({
938
938
  <MBtn
939
939
  v-close-popup
940
940
  :label="__('myth.datatable.filter.cancel')"
941
- color="secondary"
942
941
  style="min-width: 100px"
943
942
  v-bind="pluginOptions.dt?.dialogButtonsProps as any"
944
943
  @click="closeFilterDialog"