Skip to content

Commit 68a4918

Browse files
committed
Update readOnlyHint in create-broadcast action to allow editing
- Changed readOnlyHint from true to false in the Aweber create-broadcast action to enable editing capabilities.
1 parent 44b6eb2 commit 68a4918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/aweber/actions/create-broadcast/create-broadcast.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default {
99
annotations: {
1010
destructiveHint: false,
1111
openWorldHint: true,
12-
readOnlyHint: true,
12+
readOnlyHint: false,
1313
},
1414
props: {
1515
aweberApp,

0 commit comments

Comments
 (0)