Skip to content

Commit

Permalink
fixup! fixup! chore: remove legacy link support
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Hartmann <[email protected]>
  • Loading branch information
Chartman123 committed Oct 5, 2024
1 parent af65d1f commit df279a9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/SidebarTabs/SettingsSidebarTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,7 @@ export default {
* Submit Multiple is disabled, if it cannot be controlled.
*/
disableSubmitMultiple() {
return (
this.hasPublicLink ||
this.form.isAnonymous
)
return this.hasPublicLink || this.form.isAnonymous
},
disableSubmitMultipleExplanation() {
if (this.disableSubmitMultiple) {
Expand Down

0 comments on commit df279a9

Please sign in to comment.