Changed the label on the Save button

This commit is contained in:
Tiago Ribeiro
2024-02-13 16:05:13 +00:00
parent 6a38b7a32e
commit 30cb2f460c

View File

@@ -61,7 +61,7 @@ export default function TopicModal({isOpen, initialTopics, onClose, selectTopics
selectTopics(selectedTopics);
onClose();
}}>
Save
Select
</Button>
</div>
</div>