@futo-org/backups-orchestrator-ui 0.9.0 → 0.10.0

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.
@@ -59,7 +59,7 @@
59
59
  <FormModal
60
60
  title="Restore Backup"
61
61
  submitText="Restore"
62
- disabled={(inPlace && !target.trim()) || mutation.isPending}
62
+ disabled={(!inPlace && !target.trim()) || mutation.isPending}
63
63
  {onSubmit}
64
64
  {onClose}
65
65
  >
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@futo-org/backups-orchestrator-ui",
3
3
  "repository": "https://github.com/immich-app/yucca",
4
4
  "description": "Backups orchestrator (UI library)",
5
- "version": "0.9.0",
5
+ "version": "0.10.0",
6
6
  "license": "Source First License 1.1",
7
7
  "files": [
8
8
  "dist",
@@ -64,7 +64,7 @@
64
64
  "lodash.debounce": "^4.0.8",
65
65
  "luxon": "^3.7.2",
66
66
  "socket.io-client": "^4.8.3",
67
- "@futo-org/backups-api-client": "^0.9.0"
67
+ "@futo-org/backups-api-client": "^0.10.0"
68
68
  },
69
69
  "scripts": {
70
70
  "dev": "vite dev --port 5174",