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