chore: sync with gin-template
This commit is contained in:
@@ -85,3 +85,7 @@ export function showInfo(message) {
|
||||
export function showNotice(message) {
|
||||
toast.info(message, showNoticeOptions);
|
||||
}
|
||||
|
||||
export function openPage(url) {
|
||||
window.open(url);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user