Skip to content

Commit d4d63b5

Browse files
fix: update the error message for invalid variables
1 parent 53b083b commit d4d63b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/app/adapters/variable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export default class VariableAdapter extends ApplicationAdapter {
146146
return new InvalidError([
147147
{
148148
detail:
149-
'Invalid name. Name must contain only alphanumeric or "-", "_", "~", or "/" characters, and be fewer than 128 characters in length.',
149+
'Invalid definition. Name must contain only alphanumeric or "-", "_", "~", or "/" characters, and be fewer than 128 characters in length and value should be be under 64KiB',
150150
status: 400,
151151
},
152152
]);

0 commit comments

Comments
 (0)