Updates for cloud mode.
This commit is contained in:
@@ -50,7 +50,7 @@ export function FunnelEditForm({
|
||||
};
|
||||
|
||||
if (id && !data) {
|
||||
return <Loading position="page" />;
|
||||
return <Loading placement="absolute" />;
|
||||
}
|
||||
|
||||
const defaultValues = {
|
||||
|
||||
@@ -44,7 +44,7 @@ export function GoalEditForm({
|
||||
};
|
||||
|
||||
if (id && !data) {
|
||||
return <Loading position="page" />;
|
||||
return <Loading placement="absolute" />;
|
||||
}
|
||||
|
||||
const defaultValues = {
|
||||
|
||||
@@ -52,7 +52,7 @@ export function CohortEditForm({
|
||||
};
|
||||
|
||||
if (cohortId && !data) {
|
||||
return <Loading position="page" />;
|
||||
return <Loading placement="absolute" />;
|
||||
}
|
||||
|
||||
const defaultValues = {
|
||||
|
||||
@@ -49,7 +49,7 @@ export function SegmentEditForm({
|
||||
};
|
||||
|
||||
if (segmentId && !data) {
|
||||
return <Loading position="page" />;
|
||||
return <Loading placement="absolute" />;
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
@@ -64,7 +64,7 @@ export function WebsiteTransferForm({
|
||||
};
|
||||
|
||||
if (isLoading) {
|
||||
return <Loading icon="dots" position="center" />;
|
||||
return <Loading icon="dots" placement="center" />;
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user