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 f3133c3 commit 45c9369Copy full SHA for 45c9369
components/slack/slack.app.mjs
@@ -41,7 +41,6 @@ export default {
41
};
42
},
43
44
-
45
group: {
46
type: "string",
47
label: "Group",
components/slottable/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@pipedream/slottable",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "Pipedream Slottable Components",
5
"main": "slottable.app.mjs",
6
"keywords": [
components/slottable/slottable.app.mjs
@@ -1,6 +1,7 @@
import { axios } from "@pipedream/platform";
export default {
+ foo: "bar",
type: "app",
app: "slottable",
7
propDefinitions: {},
0 commit comments