Skip to content
Snippets Groups Projects
Commit 98874c1c authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

refactor: add show button is not a primary action

parent 5b680033
No related branches found
No related tags found
No related merge requests found
......@@ -2,14 +2,14 @@
<div v-if="isSuperuser">
<AddShowModal v-if="!modal" ref="addShowModal" />
<b-button
variant="primary"
<button
type="button"
data-testid="show-selector:add-show"
class="md:tw-whitespace-nowrap"
class="btn btn-default md:tw-whitespace-nowrap"
@click="resolvedModal.openModal()"
>
{{ t('showCreator.title') }}
</b-button>
</button>
</div>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment