зеркало из https://github.com/nextcloud/forms.git
fix: Fix import of debounce
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Родитель
d9fc4a0a5c
Коммит
14962647bf
|
@ -19,11 +19,11 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*/
|
||||
import { debounce } from 'debounce'
|
||||
import { showError } from '@nextcloud/dialogs'
|
||||
import { emit } from '@nextcloud/event-bus'
|
||||
import { generateOcsUrl } from '@nextcloud/router'
|
||||
import axios from '@nextcloud/axios'
|
||||
import debounce from 'debounce'
|
||||
|
||||
import logger from '../utils/Logger.js'
|
||||
import Question from '../components/Questions/Question.vue'
|
||||
|
|
Загрузка…
Ссылка в новой задаче