mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[FIX] *: remove useless values to t-else and t-debug
The actual value does not matter, only the fact that it is present. closes #564
This commit is contained in:
@@ -946,7 +946,7 @@ For example, here is how we could implement an `ErrorBoundary` component:
|
||||
<t t-if="state.error">
|
||||
Error handled
|
||||
</t>
|
||||
<t t-else="1">
|
||||
<t t-else="">
|
||||
<t t-slot="default" />
|
||||
</t>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user