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

Automatic saving of types in files when the schema is changed #29

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/master' into automatic_sync_ts_file
  • Loading branch information
maltejur committed Jul 14, 2023
commit 5059747b73ff567c0471073b6631f944fbd94a44
4 changes: 2 additions & 2 deletions src/extension-module.admin/components/code.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
<script lang="ts">
import Prism from "prismjs";
import download from "../lib/download";
import { useStores } from '@directus/extensions-sdk';
import { useStores } from "@directus/extensions-sdk";
import { useClipboard } from "../utils/use-clipboard";
import { useI18n } from 'vue-i18n';
import { useI18n } from "vue-i18n";

export default {
props: {
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.