Updates for cloud mode.
This commit is contained in:
@@ -70,7 +70,7 @@ export function PixelEditForm({
|
||||
}, [data]);
|
||||
|
||||
if (pixelId && isLoading) {
|
||||
return <Loading position="page" />;
|
||||
return <Loading placement="absolute" />;
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
@@ -10,7 +10,7 @@ export function PixelProvider({ pixelId, children }: { pixelId?: string; childre
|
||||
const { data: pixel, isLoading, isFetching } = usePixelQuery(pixelId);
|
||||
|
||||
if (isFetching && isLoading) {
|
||||
return <Loading position="page" />;
|
||||
return <Loading placement="absolute" />;
|
||||
}
|
||||
|
||||
if (!pixel) {
|
||||
|
||||
Reference in New Issue
Block a user