Browse Source

chore(nc-gui): lint

pull/5752/head
Wing-Kam Wong 1 year ago
parent
commit
6d1701a088
  1. 2
      packages/nc-gui/components/dlg/ProjectDuplicate.vue

2
packages/nc-gui/components/dlg/ProjectDuplicate.vue

@ -34,7 +34,7 @@ const isLoading = ref(false)
const _duplicate = async () => {
isLoading.value = true
try {
const jobData = await api.project.duplicate(props.project.id as string, {
const jobData = await api.project.duplicate(props.project.id as string, {
options: optionsToExclude.value,
project: {
meta: props.project.meta,

Loading…
Cancel
Save