Changeset 4d97b63 for jobvista-frontend/src/utils
- Timestamp:
- 08/30/24 15:44:27 (3 months ago)
- Branches:
- main
- Parents:
- 0f0add0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
jobvista-frontend/src/utils/toastUtils.js
r0f0add0 r4d97b63 108 108 toast.success( 109 109 <span> 110 Status updated successfully!110 Application/s updated successfully! 111 111 </span>, { 112 112 position: "bottom-right", … … 126 126 <span> 127 127 Your application was successfully sent! 128 </span>, { 129 position: "bottom-right", 130 autoClose: 5000, 131 hideProgressBar: false, 132 closeOnClick: true, 133 pauseOnHover: false, 134 draggable: true, 135 progress: undefined, 136 theme: "dark", 137 pauseOnFocusLoss: false 138 }); 139 } 140 141 export const notifyJobAdUpdate= () => { 142 toast.success( 143 <span> 144 Your application was successfully updated! 128 145 </span>, { 129 146 position: "bottom-right",
Note:
See TracChangeset
for help on using the changeset viewer.