mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 15:36:02 +01:00
chore(web): fix incorrect notification props spelling
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import {
|
import {
|
||||||
CustomNotifiactionProps,
|
CustomNotificationProps,
|
||||||
NotificationProps,
|
NotificationProps,
|
||||||
} from "../../notifications/NotificationWrapper";
|
} from "../../notifications/NotificationWrapper";
|
||||||
import { debugData } from "../../../utils/debugData";
|
import { debugData } from "../../../utils/debugData";
|
||||||
@@ -18,7 +18,7 @@ export const debugNotification = () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const debugCustomNotification = () => {
|
export const debugCustomNotification = () => {
|
||||||
debugData<CustomNotifiactionProps>([
|
debugData<CustomNotificationProps>([
|
||||||
{
|
{
|
||||||
action: "customNotify",
|
action: "customNotify",
|
||||||
data: {
|
data: {
|
||||||
|
|||||||
Reference in New Issue
Block a user