Skip to content

Conversation

fit2bot
Copy link
Contributor

@fit2bot fit2bot commented May 23, 2025

perf: Language settings in personal settings

@fit2bot fit2bot requested a review from a team May 23, 2025 03:32
}
}
}
}
}
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The first difference is that there seems to be an incorrect syntax error in line 24 and an unnecessary curly brackets pair. It should be corrected to:

{  
   export default {
      ... // Add this comment for reference
   }
}

Additionally, the second difference is related to export statement which has a typo - "export" is incorrectly spelled.

Here's the complete updated code with fixes:

{
    export default {
        ...(typeof ENV === 'object' ? ENV : {}) as any,
        ...//Add this comment for further referencing...
        props: ['name', ...(this.state.value || [])],
        state:{
            value:false
        },{
      
+        fieldsMeta: {...},
+        component: 
+
         
    // Rest of your components and logic

}

Copy link

@w940853815 w940853815 requested a review from ibuler May 26, 2025 08:58
@w940853815 w940853815 merged commit d893964 into dev May 29, 2025
6 checks passed
@w940853815 w940853815 deleted the pr@dev@perf_i18n_setting branch May 29, 2025 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants