mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
[nextgen/cardstack] use component listener to handle timeout (avoids desync issues)
This commit is contained in:
parent
c5d49cf0f7
commit
7c4e952b2f
2 changed files with 8 additions and 35 deletions
|
@ -29,6 +29,7 @@ module.exports = {
|
|||
pageNumberGenerator: (pg)=>{
|
||||
return `Test ${pg.index}`
|
||||
},
|
||||
expires: 10000,
|
||||
interactive: {
|
||||
always_active_button: {
|
||||
type: InteractiveComponentTypes.BUTTON,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue