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 = {
|
||||
|
||||
Reference in New Issue
Block a user