Skip to content

Commit 3464103

Browse files
authored
Update save.md
1 parent 9aeaf47 commit 3464103

File tree

1 file changed

+1
-1
lines changed
  • powerapps-docs/developer/model-driven-apps/clientapi/reference/formContext-data

1 file changed

+1
-1
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/reference/formContext-data/save.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can also set an object to control how appointment, recurring appointment, or
3434
|errorCallback|Function|No|A function to call when the operation fails. An object with the following properties will be passed:<br/><br/>- **errorCode**: Number. The error code.<br/><br/>- **message**: String. A localized error message.|
3535

3636
[!NOTE]
37-
> When working with forms, and you call the `formContext.data.save` method, make sure that you also call the [preventDefault](save-event-arguments/preventDefault.md) to ensure that any default save operation is not triggered when a user saves the form.
37+
> When working with forms, and you call the `formContext.data.save` method, make sure that you also call the [preventDefault](../save-event-arguments/preventDefault.md) to ensure that any default save operation is not triggered when a user saves the form.
3838
3939

4040
### Related topics

0 commit comments

Comments
 (0)