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 a8c8314 commit 289e6afCopy full SHA for 289e6af
internal/orchestrator/bricks/bricks.go
@@ -290,7 +290,7 @@ func (s *Service) BrickCreate(
290
for _, brickVar := range brick.Variables {
291
if brickVar.DefaultValue == "" {
292
if _, exist := req.Variables[brickVar.Name]; !exist {
293
- // PATCH: to allow the AppLab to add a brick to a app created from scratch becasue currently
+ // PATCH: to allow the AppLab to add a brick to a app created from scratch because currently
294
// the FE does not send the required variables in the request.
295
slog.Warn("[Skip] variable has no default value and it is not set by user", "variable", brickVar.Name)
296
}
0 commit comments