pl-fe: remove some unused actions

Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk
2024-12-05 13:34:08 +01:00
parent 6c36f2f0f9
commit 9bb68665f0
10 changed files with 45 additions and 647 deletions

View File

@ -46,7 +46,7 @@ const CreateApp: React.FC = () => {
const handleCreateApp = () => {
const baseURL = getBaseURL(account!);
return dispatch(createApp(params, baseURL))
return createApp(params, baseURL)
.then(app => {
setApp(app);
return app;