Skip to content

Commit

Permalink
fix: isloading
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin committed Dec 20, 2024
1 parent 0cba717 commit fcfccb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const useCreatePageWizardContext = ({
currentStep,
formMethods,
handleCreatePage,
isLoading: isLoading || isPermalinkLoading,
isLoading: isLoading || (!!folderId && isPermalinkLoading),
handleNextToDetailScreen,
handleBackToLayoutScreen,
layoutPreviewJson,
Expand Down

0 comments on commit fcfccb7

Please sign in to comment.