fix(ui): fix for review page re-rendering on changed text field
Fix for #1179 (closed). On a review page, when a field was changed, data was saved; this was happening too frequently. A debounce was added to stop this.
Fix for #1179 (closed). On a review page, when a field was changed, data was saved; this was happening too frequently. A debounce was added to stop this.