Skip to content

Commit

Permalink
chore: delete comment
Browse files Browse the repository at this point in the history
Signed-off-by: yuda <[email protected]>
  • Loading branch information
yuda110 committed Dec 17, 2024
1 parent 70bc3dc commit 281e944
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ const state = reactive({
applyDisabled: computed(() => {
const haveSavedName = !!originState.name;
if (!haveSavedName) return true;
// const haveRequiredPivotOptions = haveSavedName && !!valueState.PIVOT.data_table_id && !!valueState.PIVOT.fields?.labels && valueState.PIVOT.fields?.labels?.length > 0
// && !!valueState.PIVOT.fields?.column && !!valueState.PIVOT.fields?.data && (!!valueState.PIVOT.select || !!valueState.PIVOT.limit);
if (state.operator === 'CONCAT') return invalidState.CONCAT;
if (state.operator === 'JOIN') return invalidState.JOIN;
if (state.operator === 'QUERY') return invalidState.QUERY;
Expand Down

0 comments on commit 281e944

Please sign in to comment.