Add a condition to the ‘Add New Book’ button, so that can only be clicked when the multi-dropdown’s value’s count is more than 0.
Alternatively, you can still allow the button to be clicked, but display some error message on the page if the multi-selected doesn’t have at least one item, by adding a similar condition to the button click workflow, and another workflow (with the opposite condition) to show the relevant error message.