Skip to content

Commit bf8be93

Browse files
committed
version
1 parent c7437b3 commit bf8be93

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

components/alttextlab/actions/generate-alt-text/generate-alt-text.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "alttextlab-generate-alt-text",
66
name: "Generate Alt Text",
77
description: "Generates alt text for images using AI. [See the documentation](https://www.alttextlab.com/docs/api)",
8-
version: "0.1.0",
8+
version: "0.0.1",
99
type: "action",
1010
props: {
1111
altTextLab,
@@ -19,7 +19,6 @@ export default {
1919
label: "Image URL",
2020
description: "Provide the direct URL to the image you want to generate alt text for. Make sure the link is publicly accessible (not behind a login or firewall).",
2121
},
22-
2322
lang: {
2423
type: "string",
2524
label: "Language",
@@ -80,7 +79,6 @@ export default {
8079
material: this.ecommerceMaterial,
8180
},
8281
},
83-
8482
});
8583

8684
$.export("$summary", "Alt text has been generated");

0 commit comments

Comments
 (0)