Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
khansadaoudi committed Sep 4, 2024
1 parent 1f607e7 commit f417151
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/sentence/SentenceCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<q-tooltip v-else>
{{ $t('sentenceCard.automaticParsing') }}
</q-tooltip>
<q-badge
<!--<q-badge
v-if="!hasPendingChanges[user] && udValidationStatut[user] !== ''"
:color="udValidationStatut[user]"
rounded
Expand All @@ -55,6 +55,7 @@
@click="showUdValidation = true"
>
</q-badge>
-->
</q-tab>
</q-tabs>
<q-tab-panels v-model="openTabUser" keep-alive class="custom-frame1" @transition="transitioned">
Expand Down Expand Up @@ -369,7 +370,7 @@ export default defineComponent({
this.exportedConll = exportedConll;
}
notifyMessage({ position: 'top', message: 'Saved on the server', icon: 'save' });
this.validateUdTree(exportedConll);
//this.validateUdTree(exportedConll);
}
})
.catch((error) => {
Expand Down

0 comments on commit f417151

Please sign in to comment.