We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ba433 commit 5a5607bCopy full SHA for 5a5607b
src/Pages/Applications/DevtronApps/Details/AppConfigurations/types.ts
@@ -74,7 +74,7 @@ export enum GetTemplateAPIRouteType {
74
CONFIG_SECRET_CREATE = 'config/secret',
75
WORKFLOW_LIST = 'workflow/list',
76
OVERVIEW = 'overview',
77
- README = 'overview',
+ README = 'readme',
78
}
79
80
export interface GetTemplateAPIRouteProps {
src/Shared/validations.tsx
@@ -39,7 +39,7 @@ export const MESSAGES = {
39
DATE_BEFORE_CURRENT_TIME: 'The date & time cannot be before the current time',
40
41
42
-const MAX_DESCRIPTION_LENGTH = 350
+export const MAX_DESCRIPTION_LENGTH = 350
43
const DISPLAY_NAME_CONSTRAINTS = {
44
MAX_LIMIT: 50,
45
MIN_LIMIT: 3,
0 commit comments