Skip to content

Commit 00f030f

Browse files
author
castastrophe
committed
: Fix typo in object for autocomplete, remove line insert from demo file for modal
1 parent 69465e3 commit 00f030f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

elements/pfe-autocomplete/src/pfe-autocomplete.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class PfeAutocomplete extends PFElement {
3131
return {
3232
search: `pfe-search-event`,
3333
select: `pfe-option-selected`,
34-
slotchange, `slotchange`
34+
slotchange: `slotchange`
3535
};
3636
}
3737

elements/pfe-modal/demo/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
66
<title>PatternFly Element | pfe-modal Demo</title>
77

8-
98
<noscript>
109
<link href="../../pfelement/dist/pfelement--noscript.min.css" rel="stylesheet">
1110
</noscript>

0 commit comments

Comments
 (0)