Skip to content

Commit 654f4ab

Browse files
authored
Merge pull request #180 from FlutterFlow/pinkesh/fix-app-state-link
Fix app state link
2 parents 7396b20 + 8a1b6c4 commit 654f4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/data-representation/app-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ How this app state update will affect your app.
8383
- **No Rebuild:** No rebuild is required.
8484

8585
:::tip[Generated Code]
86-
Curious about how state changes are handled internally when you choose different **Update Type** options? Explore the detailed [**FFAppState**](../../generated-code/ff-app-state) guide.
86+
Curious about how state changes are handled internally when you choose different **Update Type** options? Explore the detailed [**FFAppState**](../../generated-code/ff-app-state.md) guide.
8787
:::
8888

8989
Here's a quick guide to updating the app state variable. We need to add an action to the 'Add to Bag' button. Within this action, we'll provide the product details and configure it to add to the current cart list.

0 commit comments

Comments
 (0)