File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
core/src/components/datetime/test/basic Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -136,10 +136,10 @@ <h2>Popover - Custom</h2>
136136 < ion-popover class ="datetime-popover " trigger ="open-popover " id ="custom-popover ">
137137 < ion-datetime >
138138 < span slot ="title "> My Custom Title</ span >
139- < ion-buttons slot ="buttons ">
139+ < div slot ="buttons ">
140140 < ion-button color ="danger "> Destroy</ ion-button >
141141 < ion-button color ="primary "> Confirm</ ion-button >
142- </ ion-buttons >
142+ </ div >
143143 </ ion-datetime >
144144 </ ion-popover >
145145 </ div >
@@ -150,10 +150,10 @@ <h2>Modal - Custom</h2>
150150 < ion-modal trigger ="open-modal " id ="modal ">
151151 < ion-datetime >
152152 < span slot ="title "> My Custom Title</ span >
153- < ion-buttons slot ="buttons ">
153+ < div slot ="buttons ">
154154 < ion-button color ="danger "> Destroy</ ion-button >
155155 < ion-button color ="primary "> Confirm</ ion-button >
156- </ ion-buttons >
156+ </ div >
157157 </ ion-datetime >
158158 </ ion-modal >
159159 </ div >
You can’t perform that action at this time.
0 commit comments