Skip to content

Commit 90c9b6e

Browse files
committed
fix: Workspace - If title is changed offline, the description is no longer greyed out.
Signed-off-by: Krishna Gupta <belivethatkg@gmail.com>
1 parent bca0505 commit 90c9b6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libs/actions/Policy.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1301,6 +1301,7 @@ function updateGeneralSettings(policyID: string, name: string, currency: string)
13011301
...policy,
13021302

13031303
pendingFields: {
1304+
...policy.pendingFields,
13041305
generalSettings: CONST.RED_BRICK_ROAD_PENDING_ACTION.UPDATE,
13051306
},
13061307

0 commit comments

Comments
 (0)