Skip to content

Commit

Permalink
made it look a lil better
Browse files Browse the repository at this point in the history
  • Loading branch information
RalkeyOfficial committed Aug 8, 2024
1 parent e08caba commit 3b4b6a9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/modals/catalog/AddCatalogModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ import { catalogiStore, navigationStore } from '../../store/store.js'
:checked.sync="catalogi.listed">
Publiek vindbaar
</NcCheckboxRadioSwitch>

<NcSelect v-bind="organisations"
v-model="organisations.value"
input-label="Organisatie"
Expand All @@ -48,6 +47,7 @@ import { catalogiStore, navigationStore } from '../../store/store.js'
<NcButton v-if="success === null"
:disabled="!catalogi.title || loading"
type="primary"
class="acm-submit-button"
@click="addCatalog">
<template #icon>
<NcLoadingIcon v-if="loading" :size="20" />
Expand Down Expand Up @@ -187,4 +187,8 @@ export default {
.success {
color: green;
}
.acm-submit-button {
margin-block-start: 1rem;
}
</style>

0 comments on commit 3b4b6a9

Please sign in to comment.