You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After bumping forest-express-sequelize version to 9.4.1 and forest-express to 10.4.0 description and submitButtonLabel are not available in smart actions options
#1125
Closed
bennytaccardi opened this issue
Nov 5, 2024
· 2 comments
· Fixed by #1126
description and submitButtonLabel should be listed as available options in SmartActionsOptions interface.
Actual behavior
After bumping forest-express-sequelize version to 9.4.1 and forest-express to 10.4.0, these options works correctly but TS still is unable to check the existence of these two options
Failure Logs
Context
Package Version: 9.4.1
Express Version: 4.17.13
Sequelize Version: 6.29.0
Database Dialect: pg
Database Version: 8.4.2
The text was updated successfully, but these errors were encountered:
Expected behavior
description
andsubmitButtonLabel
should be listed as available options inSmartActionsOptions
interface.Actual behavior
After bumping
forest-express-sequelize
version to9.4.1
andforest-express
to10.4.0
, these options works correctly but TS still is unable to check the existence of these two optionsFailure Logs
Context
9.4.1
4.17.13
6.29.0
pg
8.4.2
The text was updated successfully, but these errors were encountered: