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 45e5a20 commit 5340762Copy full SHA for 5340762
components/easypromos/sources/common/base.mjs
@@ -11,6 +11,11 @@ export default {
11
intervalSeconds: DEFAULT_POLLING_SOURCE_TIMER_INTERVAL,
12
},
13
14
+ info: {
15
+ type: "alert",
16
+ alertType: "info",
17
+ content: "The Easypromos API only works with \"White Label\" promotions, any other type will not appear in the list.",
18
+ },
19
20
methods: {
21
_getLastId() {
0 commit comments