Skip to content

Commit 76d0a42

Browse files
committed
lint
1 parent 0f77c6c commit 76d0a42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/workspace/reportFields/InitialListValueSelector/InitialListValueSelectorModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ type InitialListValueSelectorModalProps = {
3333
function InitialListValueSelectorModal({isVisible, currentValue, label, subtitle, onValueSelected, onClose}: InitialListValueSelectorModalProps) {
3434
const styles = useThemeStyles();
3535

36-
const [formDraft] = useOnyx(ONYXKEYS.FORMS.WORKSPACE_REPORT_FIELDS_FORM_DRAFT);
36+
const [formDraft] = useOnyx(ONYXKEYS.FORMS.WORKSPACE_REPORT_FIELDS_FORM_DRAFT, {canBeMissing: true});
3737

3838
return (
3939
<Modal

0 commit comments

Comments
 (0)