Skip to content

Commit 5340762

Browse files
committed
add info prop
1 parent 45e5a20 commit 5340762

File tree

1 file changed

+5
-0
lines changed
  • components/easypromos/sources/common

1 file changed

+5
-0
lines changed

components/easypromos/sources/common/base.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ export default {
1111
intervalSeconds: DEFAULT_POLLING_SOURCE_TIMER_INTERVAL,
1212
},
1313
},
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+
},
1419
},
1520
methods: {
1621
_getLastId() {

0 commit comments

Comments
 (0)