rez-table-listing-mui 1.3.45 → 1.3.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -139,7 +139,7 @@ export function QuickFilterSettings({
|
|
|
139
139
|
tabsApiData={tabsApiData}
|
|
140
140
|
tabsApiDataLoading={tabsApiDataLoading}
|
|
141
141
|
activeTab={activeTab}
|
|
142
|
-
columnTabAttributes={columnTabAttributes
|
|
142
|
+
columnTabAttributes={columnTabAttributes}
|
|
143
143
|
/>
|
|
144
144
|
)}
|
|
145
145
|
</CustomTabPanel>
|
|
@@ -151,7 +151,7 @@ export function QuickFilterSettings({
|
|
|
151
151
|
<Column
|
|
152
152
|
filterSettingStates={filterSettingStates}
|
|
153
153
|
columnsData={columnsData}
|
|
154
|
-
columnTabAttributes={columnTabAttributes
|
|
154
|
+
columnTabAttributes={columnTabAttributes}
|
|
155
155
|
columnTabAttributesLoading={columnTabAttributesLoading}
|
|
156
156
|
/>
|
|
157
157
|
)}
|