richardfogaca commented on code in PR #36416:
URL: https://github.com/apache/superset/pull/36416#discussion_r2683060975


##########
superset-frontend/src/components/Datasource/components/DatasourceEditor/DatasourceEditor.jsx:
##########
@@ -403,15 +430,13 @@ function ColumnCollectionTable({
               type: t('Data type'),
               groupby: t('Is dimension'),
               is_dttm: t('Is temporal'),
-              main_dttm_col: t('Default datetime'),

Review Comment:
   The main_dttm_col functionality is not lost — it was moved from inline radio 
buttons in the column table to a dedicated 'Default Column Settings' section at 
the top of the Columns tab. This groups dataset-level defaults together 
(datetime column + new currency code column), simplifies the column table, and 
provides a cleaner UX with a dropdown instead of radio buttons spread across 
many rows.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to