Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FOUR-13941 : Inconsistent Button on Starting Request Layout #7679

Open
wants to merge 1 commit into
base: release-2024-summer
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions resources/js/components/requests/card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
...
</a>
</div>
<div class="text-right">
<div class="d-flex justify-content-between align-items-center">
<button
:href="getNewRequestLinkHref(process, event)"
@click.prevent="newRequestLink(process, event);"
:disabled="disabled"
class="btn btn-primary btn-sm"
class="btn btn-primary btn-sm d-flex align-items-center"
v-uni-aria-describedby="event.id.toString()"
data-test="new-request-modal-process-start-button"
:data-test-by-key="`new-request-modal-process-start-button-${process.id}-${event.id.toString()}`"
Expand Down
Loading