You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Only emit events when one or more of the selected properties have changed",
40
39
optional: true,
41
40
},
42
-
includeChanges: {
43
-
type: "boolean",
44
-
label: "Include Changes",
45
-
description: "If `false`, the emitted event will not include information about the specific property changes. Must be `true` if `property types` is set. Default: `true`",
46
-
default: true,
47
-
optional: true,
48
-
},
49
41
alert: {
50
42
type: "alert",
51
43
alertType: "warning",
52
-
content: "Source not saving? Your database might be too large. If deployment takes longer than one minute, an error will occur. Try removing `property types` and setting `includeChanges` to `false`.",
44
+
content: "Source not saving? Your database might be too large. If deployment takes longer than one minute, an error will occur.",
0 commit comments