@stoker-platform/web-app 0.5.249 → 0.5.250
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 -0
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/src/Form.tsx
CHANGED
|
@@ -4677,6 +4677,7 @@ function RecordForm({
|
|
|
4677
4677
|
field.type !== "Computed" &&
|
|
4678
4678
|
!(field.type === "Number" && field.autoIncrement) &&
|
|
4679
4679
|
!(collection.auth && field.name === "User_ID") &&
|
|
4680
|
+
!tryFunction(fieldCustomization.admin?.image) &&
|
|
4680
4681
|
restrictCreateAccess(field, permissions, collection.labels.collection, userClaims) &&
|
|
4681
4682
|
fieldCustomization.custom?.initialValue === undefined
|
|
4682
4683
|
) {
|