Skip to content

Commit

Permalink
Nvus (#31)
Browse files Browse the repository at this point in the history
* add ci

* add github yml

* update ci

* update ci

* update error ci

* update

* resolver issue #6

* ci

* udpate ci

* update ci

* a

* add github integration and update mknote

* update

* update code

* update

* update

* update integrations

* update locales

* update

* update

---------

Signed-off-by: Javier Caceres <[email protected]>
  • Loading branch information
srnovus authored Oct 31, 2024
1 parent 04f273b commit 0ff6a27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/client/src/pages/admin/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ import {
provideMetadataReceiver,
} from "@/scripts/page-metadata";
import icon from "@/scripts/icon";
import Integrations from './integrations.vue' // Importa el componente de integración
const isEmpty = (x: string | null) => x == null || x === "";
const el = ref<HTMLElement | null>(null);
Expand Down Expand Up @@ -473,4 +474,4 @@ defineExpose({
}
}
}
</style>
</style>
2 changes: 1 addition & 1 deletion packages/client/src/pages/admin/integrations.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</template>

<script lang="ts" setup>
import {} from "vue";
import { ref, computed } from "vue";
import XGithub from "./integrations.github.vue";
import FormSuspense from "@/components/form/suspense.vue";
import FormFolder from "@/components/form/folder.vue";
Expand Down

0 comments on commit 0ff6a27

Please sign in to comment.