Skip to content

Commit

Permalink
Merge pull request AOT-Technologies#2273 from Bonymol-aot/feature/FWF…
Browse files Browse the repository at this point in the history
…-3542-form-settings-bugFix

FWF-3542: [BugFix] Removed anonymous dependent visibility of Url
  • Loading branch information
arun-s-aot authored Oct 15, 2024
2 parents 417eea6 + 816d391 commit 3e06e89
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ const SettingsModal =
</div>

<div className='modal-hr' />
{rolesState.create.isPublic && (
<div className="section">
<h5 className='fw-bold'>{t("Link for this form")}</h5>
<div className="info-panel">
Expand Down Expand Up @@ -458,7 +457,7 @@ const SettingsModal =
</InputGroup>
</Form.Group>
</div>
)}


</Modal.Body>
<Modal.Footer className="d-flex justify-content-start">
Expand Down

0 comments on commit 3e06e89

Please sign in to comment.