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 Dec 5, 2023
1 parent 8f81c31 commit b658afb
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 b658afb

Please sign in to comment.