Skip to content

Commit 121fc87

Browse files
committed
fix: update pass-refresh to pass-overwrite
1 parent 3b4068b commit 121fc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const componentsReference = {
4646
"html-attributes": ['<prefix>-selector', '<prefix>-selector', '<prefix>-closest', '<prefix>-parent', '<prefix>-previous', '<prefix>-next']
4747
},
4848
"pass": {
49-
"html-attributes": ['pass_to', 'pass_id', 'pass-<attribute>', 'pass-refresh']
49+
"html-attributes": ['pass_to', 'pass_id', 'pass-<attribute>', 'pass-overwrite']
5050
},
5151
}
5252

0 commit comments

Comments
 (0)