mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-22 09:29:16 +01:00
snake_case icons and better toast styles
This commit is contained in:
@@ -51,7 +51,7 @@ export function useImportQuerystring(requestId: string) {
|
||||
if (additionalUrlParameters.length > 0) {
|
||||
toast.show({
|
||||
id: 'querystring-imported',
|
||||
variant: 'info',
|
||||
color: 'info',
|
||||
message: `Imported ${additionalUrlParameters.length} ${pluralize('param', additionalUrlParameters.length)} from URL`,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user