fix: update Toast success/error message
This commit is contained in:
@@ -119,8 +119,8 @@ const StepTwo = ({ onClose, handleAddItem, resetStep }: IStepTwoProps) => {
|
|||||||
resetStep,
|
resetStep,
|
||||||
handleAddItem,
|
handleAddItem,
|
||||||
{
|
{
|
||||||
success: 'Item ditambahkan ke gacha item',
|
success: 'Item ditambahkan ke roll gacha',
|
||||||
error: 'Item gagal ditambahkan ke gacha item',
|
error: 'Item gagal ditambahkan ke roll gacha',
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@@ -127,8 +127,8 @@ const StepTwo = ({ onClose, handleUpdateItem, resetStep }: IStepTwoProps) => {
|
|||||||
resetStep,
|
resetStep,
|
||||||
handleUpdateItem,
|
handleUpdateItem,
|
||||||
{
|
{
|
||||||
success: 'Item ditambahkan ke gacha item',
|
success: 'Perubahan item roll berhasil dilakukan',
|
||||||
error: 'Item gagal ditambahkan ke gacha item',
|
error: 'Perubahan item roll gagal dilakukan',
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user