diff --git a/src/layouts/Folders.jsx b/src/layouts/Folders.jsx index 080bfb668..44b5af1d5 100644 --- a/src/layouts/Folders.jsx +++ b/src/layouts/Folders.jsx @@ -132,6 +132,7 @@ const Folders = ({ match, location }) => { errorToast(`The page data could not be retrieved. ${DEFAULT_RETRY_MSG}`) }, onSuccess: () => { + successToast(`Successfully updated ${isSelectedItemPage ? 'file' : 'subfolder'}`) queryClient.invalidateQueries([DIR_CONTENT_KEY, siteName, folderName]) refetchFolderContents() },