app/components/lookbook/params/editor/component.html.erb in lookbook-2.0.2 vs app/components/lookbook/params/editor/component.html.erb in lookbook-2.0.3
- old
+ new
@@ -1,7 +1,7 @@
<%= render_component_tag class: "overflow-hidden" do %>
<div class="bg-lookbook-params-editor-bg border border-lookbook-divider rounded-md overflow-x-auto">
- <table class="border-collapse w-full" :class="narrow && 'linear'">
+ <table class="border-collapse w-full" x-bind:class="narrow && 'linear'">
<thead>
<tr>
<th class="param-label">Param</th>
<th class="param-description">Description</th>
<th class="param-input">Input</th>
\ No newline at end of file