diff --git a/amoro-web/src/views/catalogs/Detail.vue b/amoro-web/src/views/catalogs/Detail.vue index 4f3d530426..f43079f58c 100644 --- a/amoro-web/src/views/catalogs/Detail.vue +++ b/amoro-web/src/views/catalogs/Detail.vue @@ -470,6 +470,10 @@ async function changeMetastore() { } async function changeTableFormat() { + if (formState.tableFormatList.length > 1) { + const lastSelected = formState.tableFormatList[formState.tableFormatList.length - 1]; + formState.tableFormatList = [lastSelected]; + } await changeProperties() }