changed status

master
alex 2024-01-26 21:11:59 +01:00
parent c47271ac04
commit 46611d8322
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ export function isDevelopmentEnv() {
}
export function showInputsInvalidNotification(notificationApi, t) {
notificationApi["error"]({
notificationApi["warning"]({
message: t("common.request.inputsInvalid.title"),
description: t("common.request.inputsInvalid.description"),
});