Skip to content

Commit

Permalink
Rebase & fix snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter committed Mar 9, 2022
1 parent bbf0e26 commit 22df1d6
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@
:disabled="!$_isValid"
variation="primary"
appearance="filled"
@click="$_addLink"
submit="submit"
@click="$_addLink"
>
<translate>Create</translate>
</oc-button>
Expand All @@ -147,8 +147,8 @@
:disabled="!$_isValid || !$_hasChanges"
variation="primary"
appearance="filled"
@click="$_updateLink"
submit="submit"
@click="$_updateLink"
>
<translate>Save</translate>
</oc-button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
:disabled="!$_isValid"
variation="primary"
appearance="filled"
submit="submit"
@click="share"
v-text="$gettext('Share')"
submit="submit"
/>
</div>
<oc-hidden-announcer level="assertive" :announcement="announcement" />
Expand Down
Loading

0 comments on commit 22df1d6

Please sign in to comment.