@pairbo/ui-kit 0.4.3 → 0.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -52,6 +52,7 @@ export default class PboHandwrittenForm extends PairboElement {
|
|
|
52
52
|
* No need to handle the error in the original function
|
|
53
53
|
*/
|
|
54
54
|
isProcessingError: boolean;
|
|
55
|
+
submitError: string;
|
|
55
56
|
/**
|
|
56
57
|
* The state of the image processing, this is handled by the component.
|
|
57
58
|
* No need to handle the loading state in the original function
|