Skip to content

Commit

Permalink
Merge pull request #33269 from DylanDylann/fix/32835-invite-message-d…
Browse files Browse the repository at this point in the history
…oes-not-remain

Fix: Invite message does not remain
  • Loading branch information
johnmlee101 authored Jan 3, 2024
2 parents 6dcbd1e + 094c552 commit 3b385ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/workspace/WorkspaceInviteMessagePage.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import {isEmpty} from 'lodash';
import lodashGet from 'lodash/get';
import PropTypes from 'prop-types';
import React, {useEffect, useState} from 'react';
Expand Down Expand Up @@ -226,7 +225,6 @@ export default compose(
},
workspaceInviteMessageDraft: {
key: ({route}) => `${ONYXKEYS.COLLECTION.WORKSPACE_INVITE_MESSAGE_DRAFT}${route.params.policyID.toString()}`,
selector: (draft) => (isEmpty(draft) ? '' : draft),
},
}),
withNavigationFocus,
Expand Down

0 comments on commit 3b385ef

Please sign in to comment.