mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
[nextgen/cardstack] support flags for cardstack
This commit is contained in:
parent
ceb8eb097b
commit
47dcf378a9
2 changed files with 8 additions and 7 deletions
|
@ -21,7 +21,7 @@ module.exports = {
|
|||
* @returns {DynamicCardStack}
|
||||
*/
|
||||
createDynamicCardStack: (context, options)=>{
|
||||
return new DynamicCardStack(context, options)
|
||||
new DynamicCardStack(context, options);
|
||||
},
|
||||
CARD_STACK_CONSTANTS: require("./constants"),
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue