Clear selected lines on assignment.

This commit is contained in:
Patrick Fic
2023-08-24 11:16:31 -07:00
parent b1fedf5904
commit dbcd675300

View File

@@ -77,7 +77,7 @@ export function JoblineBulkAssign({
hours.toFixed(1) hours.toFixed(1)
), ),
}); });
setSelectedLines([]);
setVisible(false); setVisible(false);
} }
} catch (error) { } catch (error) {