|
|
@@ -2,11 +2,8 @@ import React, { useCallback } from 'react';
|
|
|
|
|
|
import { toastSuccess, toastError } from '~/client/util/apiNotification';
|
|
|
import { apiv3Post } from '~/client/util/apiv3-client';
|
|
|
-// import { toastError, toastSuccess } from '~/client/util/toastr';
|
|
|
import { useSWRxPlugins } from '~/stores/plugin';
|
|
|
|
|
|
-// TODO: error notification (toast, loggerFactory)
|
|
|
-// TODO: i18n
|
|
|
export const PluginInstallerForm = (): JSX.Element => {
|
|
|
const { mutate } = useSWRxPlugins();
|
|
|
|