@stoker-platform/web-app 0.5.63 → 0.5.64
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/CHANGELOG.md +6 -0
- package/package.json +1 -1
- package/src/Form.tsx +1 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/src/Form.tsx
CHANGED
|
@@ -5519,7 +5519,7 @@ function RecordForm({
|
|
|
5519
5519
|
)}
|
|
5520
5520
|
</div>
|
|
5521
5521
|
{((operation === "create" && hasCreateAccess) ||
|
|
5522
|
-
(operation === "update" && hasUpdateAccess)) && (
|
|
5522
|
+
((operation === "update" || operation === "update-many") && hasUpdateAccess)) && (
|
|
5523
5523
|
<div className="flex gap-2 items-center">
|
|
5524
5524
|
<Button
|
|
5525
5525
|
className="w-full md:w-auto"
|