Skip to content

Commit

Permalink
BAH-3772 | Fix. Missing Translation For Imported Forms (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
binduak authored Jun 11, 2024
1 parent 9d63c72 commit 25cf76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/form-builder/components/FormDetailContainer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ export class FormDetailContainer extends Component {
return (
<button
className="publish-button"
disabled={isPublished || isEmpty(resourceData)}
disabled={isPublished}
onClick={this.onPublish}
>
Publish
Expand Down

0 comments on commit 25cf76e

Please sign in to comment.