ingeniuscliq-core 0.4.3 → 0.4.4
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10130,7 +10130,7 @@ function H4({
|
|
|
10130
10130
|
styles: s
|
|
10131
10131
|
}) {
|
|
10132
10132
|
const i = zl(), { data: c } = gl({
|
|
10133
|
-
queryKey: ["
|
|
10133
|
+
queryKey: ["preview-layout"],
|
|
10134
10134
|
queryFn: () => i.fetchTemplate(),
|
|
10135
10135
|
enabled: !i.template
|
|
10136
10136
|
});
|