Skip to content

Commit

Permalink
fix: action saving (#19087)
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin authored and Twixes committed Dec 6, 2023
1 parent 6a4a0ba commit 4b71856
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/scenes/actions/ActionEdit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ export function ActionEdit({ action: loadedAction, id }: ActionEditLogicProps):
type="primary"
htmlType="submit"
loading={actionLoading}
onClick={submitAction}
>
Save
</LemonButton>
Expand Down

0 comments on commit 4b71856

Please sign in to comment.