Skip to content

Commit

Permalink
Aligning of verifications input
Browse files Browse the repository at this point in the history
Signed-off-by: Jamie Popkin <[email protected]>
  • Loading branch information
popkinj committed Aug 14, 2023
1 parent e4c619f commit 41de584
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@
>
<template #header>
<div class="flex justify-content-between">
<CreateRequest
v-if="
config.frontend.showWritableComponents === true ||
config.frontend.showWritableComponents === 'true'
"
/>
<div class="flex justify-content-start">
<CreateRequest
v-if="
config.frontend.showWritableComponents === true ||
config.frontend.showWritableComponents === 'true'
"
/>
</div>

<div class="flex justify-content-end">
<span class="p-input-icon-left">
Expand Down

0 comments on commit 41de584

Please sign in to comment.