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
{{ message }}
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
Right now updateButtonText is used in both readOne to open the update view, and used in the update view to actually submit the changes. This means that you cannot have text such as "Save". Adding a 'saveButtonText` that could replace the button text in the update view if it exists would solve this problem.
The text was updated successfully, but these errors were encountered:
Right now
updateButtonText
is used in both readOne to open the update view, and used in the update view to actually submit the changes. This means that you cannot have text such as "Save". Adding a 'saveButtonText` that could replace the button text in the update view if it exists would solve this problem.The text was updated successfully, but these errors were encountered: