Fix fallback url for git documentation (#14430)
This commit is contained in:
parent
3b62e3f26a
commit
4e2f6d902a
|
|
@ -144,7 +144,7 @@ export const getUseGlobalProfile = (state: AppState) =>
|
|||
state.ui.gitSync.useGlobalProfile;
|
||||
|
||||
const FALLBACK_GIT_SYNC_DOCS_URL =
|
||||
"https://docs.appsmith.com/core-concepts/git-sync";
|
||||
"https://docs.appsmith.com/core-concepts/version-control-with-git";
|
||||
|
||||
export const getDiscardDocUrl = (state: AppState) =>
|
||||
state.ui.gitSync.gitStatus?.discardDocUrl || FALLBACK_GIT_SYNC_DOCS_URL;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user