MCPcopy Create free account
hub / github.com/IvanAdmaers/react-roulette-pro / handlePrizeDefined

Function handlePrizeDefined

example/src/App.js:262–266  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

260 };
261
262 const handlePrizeDefined = () => {
263 Toast.fire({ icon: 'success', title: '🥳 Prize defined 🥳', timer: 1500 });
264
265 setSpinning(false);
266 };
267
268 const type = settings.type.value;
269 const design = settings.design.value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected