Skip to content

Commit f678b06

Browse files
committed
Fix iconProvider case in SaveScreenshot.json
Changed the "iconProvider" property value from "Image" to "image" in the `SaveScreenshot.json` file to ensure consistency in naming conventions. This change aligns with coding standards that prefer lowercase for such identifiers.
1 parent 6ffc8b5 commit f678b06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/G4.Plugins.Ui/Actions.Manifests/SaveScreenshot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"sequentialWorkflow": {
1616
"$type": "Action",
1717
"componentType": "task",
18-
"iconProvider": "Image",
18+
"iconProvider": "image",
1919
"model": "ActionRuleModel"
2020
}
2121
}

0 commit comments

Comments
 (0)