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 0e13c34 commit ae848f8Copy full SHA for ae848f8
internal/runtime/runtime_factory.go
@@ -124,8 +124,8 @@ func supportedModifierTypes(mode string) []string {
124
return []string{"mode"}
125
case "csv":
126
// For CSV mode we support mode and feature-gated modification.
127
- return []string{"mode", "feature-gated"}
+ return []string{"feature-gated", "mode"}
128
default:
129
- return []string{"mode", "graphics", "feature-gated"}
+ return []string{"feature-gated", "graphics", "mode"}
130
}
131
0 commit comments