Skip to content

Commit

Permalink
fix(#866): ユーザーメニューからロールの割り当て時メモを入力しないとキャンセル扱いされる問題を修正 (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
u1-liquid authored Jan 9, 2025
1 parent f2eafaa commit 0d24c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/scripts/get-user-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ export function getUserMenu(user: Misskey.entities.UserDetailed, router: IRouter
const { canceled: canceled3, result: memo } = await os.inputText({
title: i18n.ts.addMemo,
type: 'textarea',
placeholder: i18n.ts.memo,
default: '',
});
if (canceled3) return;

Expand Down

0 comments on commit 0d24c88

Please sign in to comment.