Skip to content

Commit

Permalink
chore: format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ocruze committed Nov 27, 2023
1 parent 7351cb4 commit 3cc91d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/pages/service/tms/PyramidVectorNew.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ const PyramidVectorNew: FC<PyramidVectorNewProps> = ({ datastoreId, vectorDbId,
currentStep < Object.values(STEPS).length
? Translator.trans("continue")
: sample?.is_sample === "true"
? Translator.trans("pyramid_vector.new.generate_sample")
: Translator.trans("pyramid_vector.new.generate_pyramid"),
? Translator.trans("pyramid_vector.new.generate_sample")
: Translator.trans("pyramid_vector.new.generate_pyramid"),
onClick: nextStep,
},
]}
Expand Down

0 comments on commit 3cc91d0

Please sign in to comment.