[nextgen/cardstack] support flags for cardstack

This commit is contained in:
bignutty 2025-02-23 00:19:47 +01:00
parent ceb8eb097b
commit 47dcf378a9
2 changed files with 8 additions and 7 deletions

View file

@ -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"),
}