Do you use this component? Notification notification reminder box

Service.saveOrUpdateUserRoles ({queryobj}). Then ((data) = > {

)
    console.log("WWWWW", data)
    if (data.success) {
      notification.success({
        message: "",
        description: "",
        style: {
            width: 200,
          height: 200,
          backgroundColor: "pink",
        },
      })
      console.log("XXXX", data)
      this.hideModelHandler()
    }
  })

this is my code, why not show it? Add class name without adding it?

Mar.09,2021
Menu