Skip to content

Commit

Permalink
feat: exclude visible status from Save button
Browse files Browse the repository at this point in the history
  • Loading branch information
sinatragianpaolo committed Aug 14, 2024
1 parent 5d320c2 commit 06bc068
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/UxDashboard/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const Sidebar = () => {
const dispatch = useAppDispatch();

const handleSaveDraft = () => {
values.visible = 0;
submitForm();
if (!isValid) {
add({
Expand Down

0 comments on commit 06bc068

Please sign in to comment.