Skip to content

Commit

Permalink
feat(annex editor): Explain what auto-fill does in a tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
strogonoff committed May 28, 2020
1 parent efb9716 commit 1384da7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/issue-editor/annexes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ function ({ pubId, position, onChange, issueId }) {
<Button
large
intent="primary"
title="Load previously annexed version and apply any subsequent amendments."
disabled={autoFillInProgress}
loading={autoFillInProgress}
onClick={autoFillDatasets}>
Expand Down

0 comments on commit 1384da7

Please sign in to comment.