@dataloop-ai/components 0.19.120 → 0.19.121

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": "@dataloop-ai/components",
3
- "version": "0.19.120",
3
+ "version": "0.19.121",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -99,7 +99,7 @@
99
99
  :disabled="!newQueryName"
100
100
  outlined
101
101
  style="margin-right: 5px"
102
- @click="saveQuery"
102
+ @click="() => saveQuery(false)"
103
103
  >
104
104
  Save
105
105
  </dl-button>