[WEB-5095]chore: updated delete modal info content (#7967)

* chore: updated delete modal info content

* chore: added language support for modal content

---------

Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com>
This commit is contained in:
Vamsi Krishna 2025-10-15 16:05:55 +05:30 committed by GitHub
parent 44a483f895
commit ee176efae3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 195 additions and 19 deletions

View file

@ -1,6 +1,6 @@
import { useState } from "react";
import type { Meta, StoryObj } from "@storybook/react-vite";
import { Toast, setToast, updateToast, setPromiseToast, TOAST_TYPE } from "./toast";
import { useState } from "react";
const meta = {
title: "Components/Toast",