IO-3166-Global-Notifications-Part-2: checkpoint

This commit is contained in:
Dave Richer
2025-03-11 13:57:05 -04:00
parent 8de7db60e6
commit dc234e4d72
2 changed files with 5 additions and 4 deletions

View File

@@ -23,6 +23,7 @@ export const useNotification = () => {
export const NotificationProvider = ({ children }) => {
const [api, contextHolder] = notification.useNotification({
placement: "bottomRight",
bottom: 70,
showProgress: true
});