await getVocabularies()

in transcribe-ui-frontend/frontend/src/components/VocabularyList.tsx [45:53]


    await getVocabularies()
    setIsModalOpen(false)
    handleIsLoading(false)
    handleNotification({
      header: transVocabularies('removeRequestSucceeded'),
      content: transVocabularies('removeRequestSucceededDescription'),
      type: 'success',
      dismissible: true
    })