Skip to content

Commit

Permalink
Merge pull request #3465 from illacloud/feat/common-resource-layout
Browse files Browse the repository at this point in the history
style: trigger mode choose width
  • Loading branch information
Wangtaofeng authored Nov 23, 2023
2 parents e71280b + 5f5e1cf commit 887d270
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const TriggerModeChoose: FC = () => {
ml="8px"
colorScheme="techPurple"
value={action.triggerMode}
w="400px"
w="360px"
onChange={(value) => {
dispatch(
configActions.updateCachedAction({
Expand Down

0 comments on commit 887d270

Please sign in to comment.