qt-ui-kit 1.0.91 → 1.0.92

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/dist/index.js CHANGED
@@ -17142,7 +17142,7 @@ function FilterBar({ buttons }) {
17142
17142
  fillColor: buttons?.incomplete?.active ? "#E8FE99" : void 0
17143
17143
  }
17144
17144
  ),
17145
- label: "Not Done",
17145
+ label: "Done",
17146
17146
  onClick: buttons?.incomplete?.onClick
17147
17147
  }
17148
17148
  ),